Skip to content

Commit

Permalink
fixing listener id bug
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan committed Jun 7, 2024
1 parent 29fd9ed commit 1b2a7d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/perf/perf.go
Original file line number Diff line number Diff line change
Expand Up @@ -1332,8 +1332,6 @@ func (pr *perfRunner) premintERC20Tokens(nodeURL string, contractAddress string,
}
id := responseBody["id"].(string)
log.Infof("Submitted minting request of %d tokens for address %s of ERC20 contract at %s, firefly request id: %s", amount, signingKeyAddress, contractAddress, id)
pr.listenerIDsForNodes[nodeURL] = append(pr.listenerIDsForNodes[nodeURL], id)

return nil
}

Expand Down

0 comments on commit 1b2a7d4

Please sign in to comment.