mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-18 21:34:22 +01:00
We intend to ultimately no longer use the legacy `daemon/lightningd` and instead use `lightningd/lightningd`, so I grouped the new RPC and the legacy RPC and implemented stubs for the new daemon.
2 lines
56 B
Python
2 lines
56 B
Python
from .lightning import LightningRpc, LegacyLightningRpc
|