diff --git a/rosetta/services/account.go b/rosetta/services/account.go index 15b600e674..f1e2281969 100644 --- a/rosetta/services/account.go +++ b/rosetta/services/account.go @@ -163,7 +163,7 @@ func newAccountIdentifier( }, nil } -// newAccountIdentifier .. +// newRosettaAccountIdentifier .. func newRosettaAccountIdentifier(address *vm.RosettaLogAddressItem) (*types.AccountIdentifier, *types.Error) { if address == nil || address.Account == nil { return nil, nil