Skip to content

Commit

Permalink
chore: log ethaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Dec 11, 2024
1 parent ecc9cd6 commit 0af20be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/integrationtest/provider/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (b *ProviderClient) CheckAndStake(_ []string) error {

b.logger.Info("stake amount", "stake", stakeAmt.Amount)

b.logger.Info("eth address", "address", ethAddress)
stakedAmt, set := big.NewInt(0).SetString(stakeAmt.Amount, 10)
if !set {
b.logger.Error("failed to parse stake amount")
Expand Down

0 comments on commit 0af20be

Please sign in to comment.