Skip to content

Commit

Permalink
Added exception for invalid multi-sig creation tx
Browse files Browse the repository at this point in the history
Fix LiskHQ#351 issue.
  • Loading branch information
4miners committed Dec 13, 2016
1 parent e9ea789 commit 6392cce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helpers/exceptions.js
Expand Up @@ -22,9 +22,11 @@ module.exports = {
signatures: [
'5676385569187187158', // 868797
'5384302058030309746', // 869890
'9352922026980330230', // 925165
'9352922026980330230' // 925165
],
multisignatures: [
'14122550998639658526' // 1189962
],
multisignatures: [],
votes: [
'5524930565698900323', // 20407
'11613486949732674475', // 123300
Expand Down

0 comments on commit 6392cce

Please sign in to comment.