Commit c0146ac1 authored by Chomtana's avatar Chomtana

fix: unmarshaling -> unmarshalling

parent 7342bd60
...@@ -190,7 +190,7 @@ func FuzzOBP01(f *testing.F) { ...@@ -190,7 +190,7 @@ func FuzzOBP01(f *testing.F) {
}) })
} }
// TestOPB01 verifies that the SSZ unmarshaling code // TestOPB01 verifies that the SSZ unmarshalling code
// properly checks for the transactionOffset being larger // properly checks for the transactionOffset being larger
// than the extraDataOffset. // than the extraDataOffset.
func TestOPB01(t *testing.T) { func TestOPB01(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment