We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef34b11 commit ae2ebb3Copy full SHA for ae2ebb3
.gitignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+package*json
specs/bellatrix/builder.md
@@ -146,7 +146,7 @@ class SignedBlindedBeaconBlock(Container):
146
All signature operations should follow the [standard BLS operations][bls]
147
interface defined in `consensus-specs`.
148
149
-To assist in signing, we use a function from the [consensus specs][consensus-specs]:
+To assist in signing, we use a function from the [consensus specs][consensus-specs]:
150
[`compute_domain`][compute-domain]
151
152
There are two types of data to sign over in the Builder API:
0 commit comments