broxus/tip3

TokenRoot -> walletOf interface/abi argument naming mismatch

Closed this issue · 1 comments

mnill commented

In the ITokenRoot.sol you have interface

function walletOf(address owner) external view responsible returns (address);

but in realization/abi you have:

function walletOf(address walletOwner)

A little bit confusing, i've used tokenRoot.walletOf({owner: address, answerId: 0}) in sdk and getting encoding error