Skip to content

Commit

Permalink
Merge pull request #388 from iotaledger/fix/evilwallet-nilpointer
Browse files Browse the repository at this point in the history
evil-spammer: compile-time constraint leads to runtime nil pointer
  • Loading branch information
muXxer authored Oct 4, 2023
2 parents 5518ab9 + 29b767a commit 6123601
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/evil-spammer/wallet/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,3 @@ func (c *WebClient) GetBlockIssuance() (resp *apimodels.IssuanceBlockHeaderRespo

return
}

// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////

var _ Client = NewWebClient("abc")

0 comments on commit 6123601

Please sign in to comment.