btcsuite / btcd

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

rpcclient: catch shutdown signal when sending RPC requests #2028

Closed yyforyongyu closed 10 months ago

yyforyongyu commented 10 months ago

This PR updates gitignore, go mod, and catches shutdown signal when sending RPC requests.