mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 03:21:45 +02:00
multi: add GetBlockHeader to BlockChainIO
This commit is contained in:
@@ -187,6 +187,10 @@ func (*mockChainIO) GetBlock(blockHash *chainhash.Hash) (*wire.MsgBlock, error)
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (*mockChainIO) GetBlockHeader(*chainhash.Hash) (*wire.BlockHeader, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
type chanArbTestCtx struct {
|
||||
t *testing.T
|
||||
|
||||
|
Reference in New Issue
Block a user