doc: eth: restore comment lost in linter cleanup

Ref: https://github.com/filecoin-project/lotus/pull/11968
This commit is contained in:
Rod Vagg
2024-05-17 16:19:17 +10:00
parent f098fc2a66
commit 6dc4ebd2ad
+1
View File
@@ -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)
}