mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-12 19:48:35 +00:00
This commit explicitly ignores errors that were already intentionally ignored in btcctl by using an _ to make the errcheck utility happy. It is also nice to make it explicit that the error is being ignored intentionally rather than leave questions of whether it was accidentally forgotten.