mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
gomod: update btcwallet
to include RPC errors
This commit is contained in:
@@ -157,3 +157,9 @@ func (m *MockChain) TestMempoolAccept(txns []*wire.MsgTx, maxFeeRate float64) (
|
||||
|
||||
return args.Get(0).([]*btcjson.TestMempoolAcceptResult), args.Error(1)
|
||||
}
|
||||
|
||||
func (m *MockChain) MapRPCErr(err error) error {
|
||||
args := m.Called(err)
|
||||
|
||||
return args.Error(0)
|
||||
}
|
||||
|
Reference in New Issue
Block a user