mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-17 21:34:20 +01:00
This commit modifies a few of the RPC call which previously took a lightning_id as their paramter to instead take a compressed public key field. With this change must of the code within the daemon can be simplified as we only use public keys everywhere throuhgout the daemon. Signed-off-by: Olaoluwa Osuntokun <laolu32@gmail.com>