mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +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