btcsuite / btcd

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

rpcclient: update error str to match both versions #2205

Closed yyforyongyu closed 3 days ago

yyforyongyu commented 4 days ago

This commit updates the error str to match the same error returned from btcd for both pre-0.24.2 and post-0.24.2.

coveralls commented 4 days ago

Pull Request Test Coverage Report for Build 9660242373

Details


Files with Coverage Reduction New Missed Lines %
mempool/mempool.go 1 66.67%
connmgr/connmanager.go 3 86.27%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 9610935276: 0.002%
Covered Lines: 29803
Relevant Lines: 52059

💛 - Coveralls