Skip to content

Commit 02b4686

Browse files
committed
review
1 parent 92e70dd commit 02b4686

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

beacon_chain/consensus_object_pools/envelope_quarantine.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import std/tables
1111
import ../spec/[digest, forks]
1212

1313
type
14-
OnExecutionPayloadCallback* = proc(
15-
data: ExecutionPayloadInfoObject) {.gcsafe, raises: [].}
14+
OnExecutionPayloadCallback* = proc(data: ExecutionPayloadInfoObject)
1615

1716
EnvelopeQuarantine* = object
1817
orphans*: Table[Eth2Digest, Table[uint64, SignedExecutionPayloadEnvelope]]

0 commit comments

Comments
 (0)