Skip to content

Commit

Permalink
Gh 2988 sc fix nonces (#3066)
Browse files Browse the repository at this point in the history
SC: fix issues with nonces of on-chain txs in FSM
  • Loading branch information
velzevur committed Jan 17, 2020
1 parent 2f93095 commit 7fa07ce
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 227 deletions.
9 changes: 5 additions & 4 deletions apps/aechannel/src/aesc_codec.hrl
Expand Up @@ -64,8 +64,9 @@
-define(CHANNEL_CLOSED, channel_closed).

%% Error codes
-define(ERR_VALIDATION, 1).
-define(ERR_CONFLICT , 2).
-define(ERR_TIMEOUT , 3).
-define(ERR_ABORT , 4).
-define(ERR_VALIDATION , 1).
-define(ERR_CONFLICT , 2).
-define(ERR_TIMEOUT , 3).
-define(ERR_ABORT , 4).
-define(ERR_ONCHAIN_REJECTED , 5).
-define(ERR_USER , 128). % anything >= 128 is a user error

0 comments on commit 7fa07ce

Please sign in to comment.