Skip to content

Commit ae2ebb3

Browse files
authored
Repo updates (#91)
* whitespace * add gitignore
1 parent ef34b11 commit ae2ebb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
package*json

specs/bellatrix/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class SignedBlindedBeaconBlock(Container):
146146
All signature operations should follow the [standard BLS operations][bls]
147147
interface defined in `consensus-specs`.
148148

149-
To assist in signing, we use a function from the [consensus specs][consensus-specs]:
149+
To assist in signing, we use a function from the [consensus specs][consensus-specs]:
150150
[`compute_domain`][compute-domain]
151151

152152
There are two types of data to sign over in the Builder API:

0 commit comments

Comments
 (0)