mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
add a comment
This commit is contained in:
parent
0287666b7d
commit
de11854cbc
1 changed files with 5 additions and 0 deletions
|
|
@ -312,6 +312,11 @@ func processRequestsSystemCall(requests *[][]byte, evm *vm.EVM, requestType byte
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// depositTopic is the sha3 hash of the event
|
||||||
|
//
|
||||||
|
// DepositEvent(bytes pubkey, bytes withdrawal_credentials, bytes amount, bytes signature, bytes index)
|
||||||
|
//
|
||||||
|
// refer https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa#code for more detail
|
||||||
var depositTopic = common.HexToHash("0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5")
|
var depositTopic = common.HexToHash("0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5")
|
||||||
|
|
||||||
// ParseDepositLogs extracts the EIP-6110 deposit values from logs emitted by
|
// ParseDepositLogs extracts the EIP-6110 deposit values from logs emitted by
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue