Closed FairyFromAlfeya closed 1 year ago
https://github.com/tonlabs/evernode-se/blob/master/contracts/giver_v3/GiverV3.sol#L58
(, uint64 expireAt) = body.decode(uint64, uint32); Mismatch between left and right types
(, uint64 expireAt) = body.decode(uint64, uint32);
Fixed
Example:
https://github.com/tonlabs/evernode-se/blob/master/contracts/giver_v3/GiverV3.sol#L58
Description:
(, uint64 expireAt) = body.decode(uint64, uint32);
Mismatch between left and right types