Skip to content

Commit

Permalink
Merge pull request #1 from PiTrippy/patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
alessandrokonrad committed Apr 7, 2021
2 parents d83f90e + a454482 commit 4e76bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ class CardanocliJs {
--invalid-hereafter ${
options.invalidAfter
? options.invalidAfter
: this.queryTip().slotNo + 10000
: this.queryTip().slot + 10000
} \
--invalid-before ${
options.invalidBefore ? options.invalidBefore : 0
Expand Down

0 comments on commit 4e76bfd

Please sign in to comment.