Skip to content

Commit

Permalink
Merge pull request #76 from BitcoinSchema/feature/shallow
Browse files Browse the repository at this point in the history
shallow mode
  • Loading branch information
rohenaz authored Oct 13, 2023
2 parents 0a1b63c + 6a75a07 commit 16a764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bob.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Tx struct {
}

// used by bpu.Parse to determine if the parsing should be shallow or deep
// always using shallow since it covers 99.99% of cases and elimintates
// always using shallow since it covers 99.99% of cases and eliminates
// bottlenecking on txs with lots of pushdatas (like complex sCrypt contracts)
var shallowMode = bpu.Shallow

Expand Down

0 comments on commit 16a764e

Please sign in to comment.