[RPC] Update getrawtransaction interface
This commit is contained in:
parent
a9b71a09a0
commit
04da9f4834
12 changed files with 35 additions and 28 deletions
test/functional
|
@ -23,6 +23,8 @@ class WalletTest(BitcoinTestFramework):
|
|||
def set_test_params(self):
|
||||
self.num_nodes = 4
|
||||
self.setup_clean_chain = True
|
||||
# TODO: remove -txindex. Currently required for getrawtransaction call.
|
||||
self.extra_args = [[], [], ["-txindex"], []]
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue