Skip to content

Commit 4630cc0

Browse files
authored
fix(cli): fix parsing receipt of stake tx (#44)
1 parent 4b62723 commit 4630cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cmd/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ func extractDelegationIDFromStake(cfg *stakeConfig, receipt *types.Receipt) (*bi
10041004
for _, vLog := range receipt.Logs {
10051005
if vLog.Topics[0] == eventSignature {
10061006
eventData := struct {
1007-
DelegatorAddress common.Address
1007+
Delegator common.Address
10081008
ValidatorCmpPubkey []byte
10091009
StakeAmount *big.Int
10101010
StakingPeriod *big.Int

0 commit comments

Comments
 (0)