1
0

tests/test_txbatcher.py: de-duplicate "create wallet" logic

This commit is contained in:
SomberNight
2025-04-01 15:00:23 +00:00
parent 664c4b25d1
commit 2807be08c8
2 changed files with 10 additions and 15 deletions

View File

@@ -79,7 +79,6 @@ from .fee_policy import FeePolicy
class TxBatcher(Logger):
SLEEP_INTERVAL = 1
RETRY_DELAY = 60
def __init__(self, wallet):
Logger.__init__(self)