From e7cf48aa26e29cf33c11c2b91f6066cc138fb185 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 17 Mar 2014 20:42:47 -0500 Subject: [PATCH] Warn when inconsistant TxStore is detected. --- rpcserver.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcserver.go b/rpcserver.go index 92504bc..fce3347 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -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