mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-12 02:08:49 +01:00
Do tags lazily as was supposed to happen.
This commit is contained in:
parent
d68b3b5108
commit
408bca3433
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ import com.google.common.util.concurrent.FutureCallback;
|
||||||
import com.google.common.util.concurrent.Futures;
|
import com.google.common.util.concurrent.Futures;
|
||||||
import com.google.common.util.concurrent.ListenableFuture;
|
import com.google.common.util.concurrent.ListenableFuture;
|
||||||
import com.google.common.util.concurrent.SettableFuture;
|
import com.google.common.util.concurrent.SettableFuture;
|
||||||
import com.google.protobuf.ByteString;
|
|
||||||
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
|
import org.bitcoinj.wallet.Protos.Wallet.EncryptionType;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
@ -207,7 +206,6 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
||||||
extensions = new HashMap<String, WalletExtension>();
|
extensions = new HashMap<String, WalletExtension>();
|
||||||
// Use a linked hash map to ensure ordering of event listeners is correct.
|
// Use a linked hash map to ensure ordering of event listeners is correct.
|
||||||
confidenceChanged = new LinkedHashMap<Transaction, TransactionConfidence.Listener.ChangeReason>();
|
confidenceChanged = new LinkedHashMap<Transaction, TransactionConfidence.Listener.ChangeReason>();
|
||||||
tags = new HashMap<String, ByteString>();
|
|
||||||
createTransientState();
|
createTransientState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue