mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-12-26 18:16:45 +00:00
copy stored height
This commit is contained in:
parent
6da818606a
commit
55717c31bf
1 changed files with 1 additions and 0 deletions
|
@ -840,6 +840,7 @@ public class Wallet {
|
||||||
for(Sha256Hash hash : transactions.keySet()) {
|
for(Sha256Hash hash : transactions.keySet()) {
|
||||||
copy.transactions.put(hash, transactions.get(hash));
|
copy.transactions.put(hash, transactions.get(hash));
|
||||||
}
|
}
|
||||||
|
copy.setStoredBlockHeight(getStoredBlockHeight());
|
||||||
|
|
||||||
return copy;
|
return copy;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue