From 3f44a58b98d85e21ec74aa801484a3985e09ba4f Mon Sep 17 00:00:00 2001 From: curlwget Date: Tue, 24 Jun 2025 15:26:05 +0800 Subject: [PATCH] chore: fix function in comment Signed-off-by: curlwget --- rosetta/services/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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