Fix confirmations being 1 block too late #209
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/confirmed_at"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).