Closed javiersuweijie closed 8 months ago
@javiersuweijie when does the bank module fail? I have not experienced any issue with it
@javiersuweijie when does the bank module fail? I have not experienced any issue with it
Its a new thing that was introduced in SDK 50
Bank module's MsgServer requires the Keeper to be of the BaseKeeper type. However, in alliance, we re-implemented the bank keeper thus the type check fails.
Updated the implementation to replace the two send functions to remove the type requirement.