mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
Merge remote-tracking branch 'upstream/master' into rebase
This commit is contained in:
@@ -375,7 +375,7 @@ public class WalletAppKit extends AbstractIdleService {
|
|||||||
serializer = new WalletProtobufSerializer();
|
serializer = new WalletProtobufSerializer();
|
||||||
wallet = serializer.readWallet(params, extArray, proto);
|
wallet = serializer.readWallet(params, extArray, proto);
|
||||||
if (shouldReplayWallet)
|
if (shouldReplayWallet)
|
||||||
wallet.clearTransactions(0);
|
wallet.reset();
|
||||||
} finally {
|
} finally {
|
||||||
walletStream.close();
|
walletStream.close();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user