mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-03 22:24:27 +01:00
cleanup: remove openchannel rpc
This commit is contained in:
@@ -138,9 +138,6 @@ func (c *mockLightningClient) GetChannel(peerID []byte, channelPoint wire.OutPoi
|
||||
func (c *mockLightningClient) GetPeerId(scid *lightning.ShortChannelID) ([]byte, error) {
|
||||
return nil, ErrNotImplemented
|
||||
}
|
||||
func (c *mockLightningClient) GetNodeChannelCount(nodeID []byte) (int, error) {
|
||||
return 0, ErrNotImplemented
|
||||
}
|
||||
func (c *mockLightningClient) GetClosedChannels(nodeID string, channelPoints map[string]uint64) (map[string]uint64, error) {
|
||||
return nil, ErrNotImplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user