Skip to content

Commit 16a764e

Browse files
authored
Merge pull request #76 from BitcoinSchema/feature/shallow
shallow mode
2 parents 0a1b63c + 6a75a07 commit 16a764e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type Tx struct {
3737
}
3838

3939
// 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
40+
// always using shallow since it covers 99.99% of cases and eliminates
4141
// bottlenecking on txs with lots of pushdatas (like complex sCrypt contracts)
4242
var shallowMode = bpu.Shallow
4343

0 commit comments

Comments
 (0)