mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
Add two new CodeTypes
This commit is contained in:
@@ -31,6 +31,8 @@ enum CodeType {
|
||||
UnknownRequest = 4;
|
||||
EncodingError = 5;
|
||||
BadNonce = 6;
|
||||
UnknownAccount = 7;
|
||||
InsufficientFunds = 8;
|
||||
}
|
||||
|
||||
//----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user