Skip to content

Commit

Permalink
proof: update max proof size.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jan 15, 2019
1 parent 9726245 commit 8cdac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proof.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const MAX_KEY_SIZE = (0
+ 32 // nonce
);

const MAX_SIG_SIZE = 1426;
const MAX_SIG_SIZE = 1954;

const MAX_PROOF_SIZE = (0
+ 4 // index
Expand Down

0 comments on commit 8cdac47

Please sign in to comment.