Fix typo.
This commit is contained in:
parent
47906dc46c
commit
3ab33bafd7
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ func (a *Account) writeDirtyToDisk() error {
|
||||||
|
|
||||||
// UTXOs
|
// UTXOs
|
||||||
a.UtxoStore.RLock()
|
a.UtxoStore.RLock()
|
||||||
dirty := a.TxStore.dirty
|
dirty := a.UtxoStore.dirty
|
||||||
a.UtxoStore.RUnlock()
|
a.UtxoStore.RUnlock()
|
||||||
if dirty {
|
if dirty {
|
||||||
netdir, filename := filepath.Split(utxofilepath)
|
netdir, filename := filepath.Split(utxofilepath)
|
||||||
|
|
Loading…
Reference in a new issue