mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
cli: remove enable/disable lightning
This commit is contained in:
parent
3314c149f2
commit
3c3a59c517
2 changed files with 0 additions and 12 deletions
|
@ -660,17 +660,6 @@ class Commands:
|
|||
kwargs['fx'] = fx
|
||||
return json_normalize(wallet.get_detailed_history(**kwargs))
|
||||
|
||||
@command('w')
|
||||
async def init_lightning(self, wallet: Abstract_Wallet = None):
|
||||
"""Enable lightning payments"""
|
||||
wallet.init_lightning()
|
||||
return "Lightning keys have been created."
|
||||
|
||||
@command('w')
|
||||
async def remove_lightning(self, wallet: Abstract_Wallet = None):
|
||||
"""Disable lightning payments"""
|
||||
wallet.remove_lightning()
|
||||
|
||||
@command('w')
|
||||
async def lightning_history(self, show_fiat=False, wallet: Abstract_Wallet = None):
|
||||
""" lightning history """
|
||||
|
|
|
@ -76,7 +76,6 @@ if [[ $1 == "init" ]]; then
|
|||
rm -rf /tmp/$2/
|
||||
agent="./run_electrum --regtest -D /tmp/$2"
|
||||
$agent create --offline > /dev/null
|
||||
$agent -o init_lightning
|
||||
$agent setconfig --offline log_to_file True
|
||||
$agent setconfig --offline server 127.0.0.1:51001:t
|
||||
$agent setconfig --offline lightning_to_self_delay 144
|
||||
|
|
Loading…
Add table
Reference in a new issue