mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
utxo set refresh fix
This commit is contained in:
parent
650584ad74
commit
35c17033d1
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ class MainDB {
|
||||||
address: utxo.address,
|
address: utxo.address,
|
||||||
blockTime: utxo.blockTime,
|
blockTime: utxo.blockTime,
|
||||||
blockHeight: utxo.blockHeight,
|
blockHeight: utxo.blockHeight,
|
||||||
|
blockHash: utxo.blockHash,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue