mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +00:00
Remove an unnecessary save point in ToyWallet.
This commit is contained in:
@@ -248,12 +248,6 @@ public class ToyWallet {
|
||||
// between confidence states.
|
||||
int txIndex = transactions.indexOf(tx);
|
||||
fireContentsChanged(this, txIndex, txIndex);
|
||||
// Confidences may have changed.
|
||||
try {
|
||||
wallet.saveToFile(walletFile);
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
});
|
||||
fireIntervalAdded(this, transactions.size() - 1, transactions.size() - 1);
|
||||
|
||||
Reference in New Issue
Block a user