Warn when inconsistant TxStore is detected.
This commit is contained in:
parent
25b7b7ea84
commit
e7cf48aa26
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue