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

1 Commits

Author SHA1 Message Date
2238ccf40e
Fix confirmations being 1 block too late
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).
2021-01-14 15:36:55 +01:00