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 0a1b63c commit 6a75a07Copy full SHA for 6a75a07
bob.go
@@ -37,7 +37,7 @@ type Tx struct {
37
}
38
39
// used by bpu.Parse to determine if the parsing should be shallow or deep
40
-// always using shallow since it covers 99.99% of cases and elimintates
+// always using shallow since it covers 99.99% of cases and eliminates
41
// bottlenecking on txs with lots of pushdatas (like complex sCrypt contracts)
42
var shallowMode = bpu.Shallow
43
0 commit comments