mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +02:00
gomod: update btcwallet
to include RPC errors
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user