issues
search
ComposableFi
/
picasso
Cross-chain IBC Hub
https://app.picasso.xyz/
28
stars
95
forks
source link
Fix panic on use of nil authKeeper/accountKeeper
#527
Closed
joe-bowman
closed
5 months ago
joe-bowman
commented
5 months ago
fixes #526
rename authKeeper to accountKeeper (because, it's an accountKeeper ;) )
use types.AccountKeeper over minttypes.AccountKeeper (it's the same, just cleaner to use own types)
ensure accountKeeper is set on NewKeeper instantiation to avoid panic
fixes #526