Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 1, 2023
1 parent db61bba commit b64c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accountwallet/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b64c29a

Please sign in to comment.