Pass make_tx function to ConfirmTxDialog
- allow 'spend max' when opening a channel (fixes #5698) - display amount minus fee when 'max' buttons are pressed - estimate fee of channel funding using a template with dummy address
This commit is contained in:
@@ -109,8 +109,8 @@ fi
|
||||
|
||||
if [[ $1 == "open" ]]; then
|
||||
bob_node=$($bob nodeid)
|
||||
channel_id1=$($alice open_channel $bob_node 0.001 --channel_push 0.001)
|
||||
channel_id2=$($carol open_channel $bob_node 0.001 --channel_push 0.001)
|
||||
channel_id1=$($alice open_channel $bob_node 0.002 --push_amount 0.001)
|
||||
channel_id2=$($carol open_channel $bob_node 0.002 --push_amount 0.001)
|
||||
echo "mining 3 blocks"
|
||||
new_blocks 3
|
||||
sleep 10 # time for channelDB
|
||||
|
||||
Reference in New Issue
Block a user