reduce DOGE fees

This commit is contained in:
nyanloutre 2023-06-13 16:40:01 +02:00
parent 134eb1ca05
commit cc0b11f3e7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ TELEGRAM_API_KEY = args.telegram_api_key
# Dogecoin Wallet
DERIVATION_PATH = "44/3"
TX_FEE_PER_THOUSAND_BYTES = 100000000
TX_FEE_PER_THOUSAND_BYTES = 1000000
DOGE_WALLET = network.keys.bip32_seed(args.private_key.encode())
# SQL