Skip to content

Commit 3d01d9d

Browse files
committed
Revert "Fix wallet_import_rescan.py: Increase minimum transaction amounts for DigiByte"
This reverts commit e005817.
1 parent e005817 commit 3d01d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/wallet_import_rescan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def check(self, txid=None, amount=None, confirmation_height=None):
145145

146146

147147
def get_rand_amount():
148-
r = random.uniform(0.01, 1) # Use much larger minimum for DigiByte
148+
r = random.uniform(AMOUNT_DUST, 1)
149149
return Decimal(str(round(r, 8)))
150150

151151

0 commit comments

Comments
 (0)