mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
set max tx fee as a constant
This commit is contained in:
@@ -25,7 +25,6 @@ from __future__ import print_function
|
||||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
import tempfile
|
||||
import subprocess
|
||||
@@ -347,6 +346,8 @@ APPROX_TX_OUT_P2PKH_LEN = 40
|
||||
APPROX_TX_IN_P2SH_LEN = 300
|
||||
APPROX_TX_OUT_P2SH_LEN = 40
|
||||
|
||||
TX_MAX_FEE = int(5 * 1e5)
|
||||
|
||||
# hardened children indexes
|
||||
ACCOUNT_SIGNING_KEY_INDEX = 0
|
||||
DATASTORE_SIGNING_KEY_INDEX = 0
|
||||
|
||||
Reference in New Issue
Block a user