Skip to content

Commit

Permalink
bns-prove: fix lifespan option
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed May 3, 2022
1 parent e737eed commit f2975e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bns-prove
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ for (let i = 2; i < process.argv.length; i++) {
}

case '-t': {
lifespan = util.parseU32(lifespan);
lifespan = util.parseU32(next);
i += 1;
break;
}
Expand Down

0 comments on commit f2975e6

Please sign in to comment.