diff --git a/btcdrpc.go b/btcdrpc.go index ff1df00..9437df2 100644 --- a/btcdrpc.go +++ b/btcdrpc.go @@ -487,9 +487,7 @@ func NtfnBlockDisconnected(n btcjson.Cmd, marshaled []byte) { } // Rollback Utxo and Tx data stores. - go func() { - accountstore.Rollback(bdn.Height, hash) - }() + accountstore.Rollback(bdn.Height, hash) // Pass notification to frontends too. frontendNotificationMaster <- marshaled