decrease channelsizes on ln nodes
This commit is contained in:
parent
87d78d54b0
commit
41b3e237c8
2 changed files with 4 additions and 4 deletions
|
|
@ -104,9 +104,9 @@ lnbits-lightning-init(){
|
|||
|
||||
lnbits-lightning-sync
|
||||
|
||||
channel_size=32000000 # 0.032 btc
|
||||
balance_size=16000000 # 0.16 btc
|
||||
balance_size_msat=16000000000 # 0.16 btc
|
||||
channel_size=24000000 # 0.032 btc
|
||||
balance_size=12000000 # 0.16 btc
|
||||
balance_size_msat=12000000000 # 0.16 btc
|
||||
|
||||
|
||||
# lnd-1 -> lnd-2
|
||||
|
|
|
|||
2
tests
2
tests
|
|
@ -22,7 +22,7 @@ run(){
|
|||
failed="false"
|
||||
blockheight=230
|
||||
utxos=5
|
||||
channel_size=16000000 # 0.016 btc
|
||||
channel_size=24000000 # 0.016 btc
|
||||
balance_size=8000000 # 0.08 btc
|
||||
|
||||
source $(pwd)/docker-scripts.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue