btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.2k stars 2.36k forks source link

txscript: fix typos #1957

Closed hieblmi closed 1 year ago

hieblmi commented 1 year ago

Fix typos in script.go.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4752835809


Files with Coverage Reduction New Missed Lines %
connmgr/connmanager.go 1 86.27%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 4493914678: -0.002%
Covered Lines: 26649
Relevant Lines: 48216

💛 - Coveralls
kcalvinalvin commented 1 year ago

ACK 2c0e6d984ab844716010280d1069df70ffe84f82

guggero commented 1 year ago

Not sure why the unit tests failed on this and I can't trigger them manually. Can you do a rebase or commit timestamp update to re-trigger CI please?

hieblmi commented 1 year ago

I've changed the commit message @guggero.