You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation doesn't support it.
It fails because the function AbiPack doesn't accept components which is required while creating argument type.
Problem
If we want to generate a merkle tree with a custom datatype:
The current implementation doesn't support it.
It fails because the function
AbiPack
doesn't accept components which is required while creating argument type.openzeppelin-merkle-tree-go/standard_merkle_tree/solidity_utils.go
Line 18 in cba4971
Instead of passing nil, for tuple type we need to pass the components of type
[]abi.ArgumentMarshaling
The text was updated successfully, but these errors were encountered: