You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.nodes[0].assert_start_raises_init_error(expected_msg='Error reading configuration file: parse error on line 4, using # in rpcpassword can be ambiguous and should be avoided')
self.nodes[0].stop_node(expected_stderr='Warning: Section [testnet] is not recognized.'+os.linesep+'Warning: Section [testnot] is not recognized.')
44
+
# ELEMENTS: allows custom chains
45
+
#with open(inc_conf_file_path, 'w', encoding='utf-8') as conf:
46
+
# conf.write('testnot.datadir=1\n[testnet]\n')
47
+
#self.restart_node(0)
48
+
#self.nodes[0].stop_node(expected_stderr='Warning: Section [testnet] is not recognized.' + os.linesep + 'Warning: Section [testnot] is not recognized.')
Copy file name to clipboardExpand all lines: test/functional/feature_connect_coinbase.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ def run_test(self):
57
57
58
58
# Issuance transaction is an OP_TRUE, so will be available to second node
59
59
assert_raises_rpc_error(-5, "No such mempool transaction. Use -txindex to enable blockchain transaction queries. Use gettransaction for wallet transactions.", self.nodes[0].getrawtransaction, issuance_tx)
0 commit comments