Skip to content

Commit

Permalink
Switch the order of genesis txs.
Browse files Browse the repository at this point in the history
  • Loading branch information
liayoo committed Aug 4, 2020
1 parent c3c10e1 commit aa5c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class Block {
timestamp,
operation: {
type: 'SET',
op_list: [ tokenOp, balanceOp, whitelistValOp, functionsOp, rulesOp, ownersOp, whitelistRuleOp, whitelistOwnerOp ]
op_list: [ tokenOp, balanceOp, whitelistValOp, functionsOp, rulesOp, whitelistRuleOp, ownersOp, whitelistOwnerOp ]
}
};
const firstSig = ainUtil.ecSignTransaction(firstTxData, keyBuffer);
Expand Down

0 comments on commit aa5c6db

Please sign in to comment.