mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11: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