Skip to content

Commit

Permalink
chore: set eth address
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Dec 11, 2024
1 parent c81342d commit 015b6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/integrationtest/provider/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (b *ProviderClient) CheckAndStake(_ []string) error {
return err
}

ethAddress := topology.GetTopology().Fields["ethAddress"].GetStringValue()
ethAddress := topology.GetTopology().Fields["self"].GetStructValue().Fields["Ethereum Address"].GetStringValue()

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

Expand Down

0 comments on commit 015b6ca

Please sign in to comment.