mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
Fix lock inversion tags<->wallet lock.
This commit is contained in:
@@ -4227,7 +4227,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized void setTag(String tag, ByteString value) {
|
||||
public void setTag(String tag, ByteString value) {
|
||||
super.setTag(tag, value);
|
||||
saveNow();
|
||||
}
|
||||
|
Reference in New Issue
Block a user