Seth Landry

Results 3 comments of Seth Landry

How to get full access to my contract

https://vscode.dev/github/angels7777/payflow-gateway/blob/d3a1055852bcd7d9f921f8480ddf8df8d4902b2c/.vscode/tasks.json#L26

> Add in-queue check for cancelTransaction() in Timelock.sol : > > ```solidity > require(queuedTransactions[txHash], "Timelock::cancelTransaction: Transaction hasn't been queued."); > ``` > > before deleting the transaction from the queue:...