chore: fix function names in comment (#20086)
Signed-off-by: fuyangpengqi <995764973@qq.com> Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
This commit is contained in:
co-authored by
samricotta
parent
55c14edf0c
commit
bbd16afab6
@@ -246,7 +246,7 @@ func newLegacyLocalInfo(name string, pub cryptotypes.PubKey, privArmor string, a
|
||||
}
|
||||
}
|
||||
|
||||
// newLegacyOfflineInfo creates a new legacyLedgerInfo instance
|
||||
// newLegacyLedgerInfo creates a new legacyLedgerInfo instance
|
||||
func newLegacyLedgerInfo(name string, pub cryptotypes.PubKey, path hd.BIP44Params, algo hd.PubKeyType) LegacyInfo {
|
||||
return &legacyLedgerInfo{
|
||||
Name: name,
|
||||
|
||||
Reference in New Issue
Block a user