Fix typo.

This commit is contained in:
Josh Rickmar 2014-01-28 16:21:53 -05:00
parent 47906dc46c
commit 3ab33bafd7

View file

@ -209,7 +209,7 @@ func (a *Account) writeDirtyToDisk() error {
// UTXOs
a.UtxoStore.RLock()
dirty := a.TxStore.dirty
dirty := a.UtxoStore.dirty
a.UtxoStore.RUnlock()
if dirty {
netdir, filename := filepath.Split(utxofilepath)