Skip to content

Commit 03eee69

Browse files
committed
test-send: increase fees to 0.1 instead of 0.001
1 parent a61f903 commit 03eee69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/wallet/test-send.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RECEIVER=$(cat "$PUBKEY_FILE")
3232
# Use minimal amounts to avoid draining the account
3333
# 1 nanomina = smallest unit
3434
AMOUNT="1"
35-
# 1000000 nanomina = 0.001 MINA (small but acceptable fee)
36-
FEE="1000000"
35+
# 1000000 nanomina = 0.1 MINA (small but acceptable fee)
36+
FEE="100000000"
3737

3838
# Optional memo from environment variable (empty by default)
3939
MEMO="${MINA_E2E_TEST_MEMO:-}"

0 commit comments

Comments
 (0)