Skip to content

Commit

Permalink
doc: eth: restore comment lost in linter cleanup
Browse files Browse the repository at this point in the history
Ref: #11968
  • Loading branch information
rvagg authored and rjan90 committed May 24, 2024
1 parent 6106196 commit e40f0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/impl/full/eth_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ func lookupEthAddress(addr address.Address, st *state.StateTree) (ethtypes.EthAd
return ethAddr, nil
}

// Otherwise, use the masked address.
return ethtypes.EthAddressFromFilecoinAddress(idAddr)
}

Expand Down

0 comments on commit e40f0d2

Please sign in to comment.