mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 20:40:44 +00:00
Add RetCodeBadNonce and fix response formats
This commit is contained in:
@@ -14,6 +14,7 @@ const (
|
||||
RetCodeInsufficientFees RetCode = 3
|
||||
RetCodeUnknownRequest RetCode = 4
|
||||
RetCodeEncodingError RetCode = 5
|
||||
RetCodeBadNonce RetCode = 6
|
||||
)
|
||||
|
||||
func (r RetCode) Error() error {
|
||||
|
||||
Reference in New Issue
Block a user