From c2be3beab7074d449a2910c9a4af37c5e5951bbc Mon Sep 17 00:00:00 2001 From: rishflab Date: Tue, 14 Dec 2021 13:02:01 +1100 Subject: [PATCH] Fix incorrect code docs --- daemon/src/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/wallet.rs b/daemon/src/wallet.rs index 3c496cd..fc23ea4 100644 --- a/daemon/src/wallet.rs +++ b/daemon/src/wallet.rs @@ -341,7 +341,7 @@ struct RpcError { pub enum RpcErrorCode { /// General error during transaction or block submission Error code -25. RpcVerifyError, - /// Transaction or block was rejected by network rules. Error code -27. + /// Transaction already in chain. Error code -27. RpcVerifyAlreadyInChain, }