mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 03:24:59 -05:00
fix generator
This commit is contained in:
@@ -29,7 +29,7 @@ def build_deposit_data(state,
|
||||
message_hash=signing_root(deposit_data),
|
||||
privkey=privkey,
|
||||
domain=spec.get_domain(
|
||||
state.fork,
|
||||
state,
|
||||
spec.get_current_epoch(state),
|
||||
spec.DOMAIN_DEPOSIT,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user