Skip to content

Commit 54c4675

Browse files
committed
add missed variable defaults (SATS and FEE)
1 parent e35876c commit 54c4675

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ TRANSFER_NUM=0
1111
WALLET_NUM=0
1212
WALLET_PATH="wallets"
1313
WALLETS=()
14+
SATS=500 # TODO: This is required only for witness-out transfers. We need to account for it
15+
# TODO: FEE is also used but not defined anywhere
1416
export SEED_PASSWORD="seed test password"
1517

1618
# crate variables

0 commit comments

Comments
 (0)