pull/4065/head
Lutty 3 years ago
parent 1cf9b38311
commit 0cf8edf91d
  1. 2
      rosetta/services/account.go

@ -164,7 +164,7 @@ func newAccountIdentifier(
// newAccountIdentifier .. // newAccountIdentifier ..
func newRosettaAccountIdentifier(address *vm.RosettaLogAddressItem) (*types.AccountIdentifier, *types.Error) { func newRosettaAccountIdentifier(address *vm.RosettaLogAddressItem) (*types.AccountIdentifier, *types.Error) {
if address.Account == nil { if address == nil || address.Account == nil {
return nil, nil return nil, nil
} }

Loading…
Cancel
Save