bump max chaining to 25

This commit is contained in:
Pascal
2020-11-18 18:27:53 -08:00
parent 0920ad0e4f
commit 8f4dbe0c19
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
FEE_RATE=300
MAX_CHAINING=5
MAX_CHAINING=25
CONFIRMATIONS=1
exit_error() {