tfchain
tfchain copied to clipboard
Don't keep retrying expired withdraws
Right now the code automically emits an event every X time to retry a withdraw transaction. We actually don't have to do that, we can just keep these in a seperate storage map and let the bridge daemons read from this map every X time. This will save some amount of work done on chain.