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
However, the code example you pasted indeed does not work and does seem like a bug. The reason is because NewMultiInfo returns a pointer (like all info objects). However, Bech32KeyOutput does a type check on a non-pointer. This seems like a bug.
I can't get
pubKeys
from multisig by implement following to below.info := keys.NewMultiInfo(name, multikey)
remark: I can do it. Prove it with
fmt.Println
info
to function of Cosmos-SDKko, err := keys.Bech32KeyOutput(info)
remark: I can do it. Prove it with
fmt.Println
ko.PubKeys
which it don't have data of owner account.Below, I attach code.
Code:
Result:
The text was updated successfully, but these errors were encountered: