1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-13 19:41:38 +00:00

Add two new CodeTypes

This commit is contained in:
Jae Kwon
2016-02-03 01:58:23 -08:00
parent 69e587f57f
commit 2281bba708

@ -31,6 +31,8 @@ enum CodeType {
UnknownRequest = 4;
EncodingError = 5;
BadNonce = 6;
UnknownAccount = 7;
InsufficientFunds = 8;
}
//----------------------------------------