From b64c29a9135f07d89463c0388c818a7698b22e55 Mon Sep 17 00:00:00 2001 From: jkrvivian Date: Wed, 1 Nov 2023 15:28:56 +0800 Subject: [PATCH] Fix linter warning --- accountwallet/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountwallet/commands.go b/accountwallet/commands.go index 99e4bd9..6f7125a 100644 --- a/accountwallet/commands.go +++ b/accountwallet/commands.go @@ -58,7 +58,7 @@ func (a *AccountWallet) transitionImplicitAccount( accAddr iotago.Address, blockIssuerKeys iotago.BlockIssuerKeys, _ ed25519.PrivateKey, - params *CreateAccountParams, + _ *CreateAccountParams, ) (iotago.AccountID, error) { // transition from implicit to regular account accountOutput := builder.NewAccountOutputBuilder(accAddr, accAddr, implicitAccountOutput.Balance).