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, }