From 36d359764fbbc0a0978aca22808c978b50fe8fc8 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Wed, 13 Sep 2017 21:25:48 -0700 Subject: [PATCH] Litecoin: Re-enable RBF listtransaction tests --- test/functional/listtransactions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/listtransactions.py b/test/functional/listtransactions.py index c9b5d5257..f75a8e29c 100755 --- a/test/functional/listtransactions.py +++ b/test/functional/listtransactions.py @@ -97,8 +97,7 @@ class ListTransactionsTest(BitcoinTestFramework): {"category":"receive","amount":Decimal("0.1")}, {"txid":txid, "account" : "watchonly"} ) - #Litecoin: Disabled RBF - #self.run_rbf_opt_in_test() + self.run_rbf_opt_in_test() # Check that the opt-in-rbf flag works properly, for sent and received # transactions.