mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-04 11:02:13 +00:00
Add two new CodeTypes
This commit is contained in:
parent
69e587f57f
commit
2281bba708
@ -31,6 +31,8 @@ enum CodeType {
|
|||||||
UnknownRequest = 4;
|
UnknownRequest = 4;
|
||||||
EncodingError = 5;
|
EncodingError = 5;
|
||||||
BadNonce = 6;
|
BadNonce = 6;
|
||||||
|
UnknownAccount = 7;
|
||||||
|
InsufficientFunds = 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------
|
//----------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user