Skip to content

Commit

Permalink
Remove unused linter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 1, 2023
1 parent 16bebf2 commit 9907343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accountwallet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func (a *AccountWallet) RequestBlockBuiltData(clt *nodeclient.Client, issuerID i
}

func (a *AccountWallet) RequestFaucetFunds(clt models.Client, receiveAddr iotago.Address) (*models.Output, error) {
//nolint:all,forcetypassert
err := clt.RequestFaucetFunds(receiveAddr)
if err != nil {
return nil, ierrors.Wrap(err, "failed to request funds from faucet")
Expand Down

0 comments on commit 9907343

Please sign in to comment.