gomod: update btcwallet to include RPC errors

This commit is contained in:
yyforyongyu
2024-07-03 02:47:10 +08:00
parent 71ba355d90
commit 1d40c55550
4 changed files with 16 additions and 6 deletions

View File

@@ -220,4 +220,8 @@ func (n *NoChainSource) TestMempoolAccept([]*wire.MsgTx,
return nil, nil
}
func (n *NoChainSource) MapRPCErr(err error) error {
return err
}
var _ chain.Interface = (*NoChainSource)(nil)