[Question] 01-defender-meta-txs relay has 4 arguments only 3 are used
jpiabrantes opened this issue · 0 comments
jpiabrantes commented
In the AutoTask code the relay is defined with 4 arguments:
async function relay(forwarder, request, signature, whitelist)
and then it is called with 3 arguments:
const tx = await relay(forwarder, request, signature);
What sorcery is this?