Warn when inconsistant TxStore is detected.

This commit is contained in:
Josh Rickmar 2014-03-17 20:42:47 -05:00
parent 25b7b7ea84
commit e7cf48aa26

View file

@ -214,6 +214,7 @@ func WalletRequestProcessor() {
// ignore
case tx.ErrInconsistantStore:
log.Warn("Detected inconsistant TxStore. Reconnecting...")
// Likely due to a mis-ordered btcd notification.
// To recover, close server connection and reopen
// all accounts from their last good state saved