Fix confirmations being 1 block too late #209

Merged
raucao merged 1 commits from bugfix/confirmed_at into master 2021-01-14 14:43:08 +00:00
raucao commented 2021-01-14 14:38:30 +00:00 (Migrated from github.com)

block.number refers to the last mined block, so we need to add +1 to wait from the current block on (the one in which this function is executed).

block.number refers to the last mined block, so we need to add +1 to wait from the current block on (the one in which this function is executed).
Sign in to join this conversation.
No description provided.