Closed gakonst closed 6 years ago
As per @mattkanwisher comment:
deposit3_block_number = event_data[0]['args']['slot'] why does is the blocknumber now the uid
deposit3_block_number = event_data[0]['args']['slot']
Fixes this bug and adds a check to reject any tx's with prev_block from the future
As per @mattkanwisher comment:
Fixes this bug and adds a check to reject any tx's with prev_block from the future