mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
[tests] Remove accidental trailing semicolon
This commit is contained in:
parent
30c2d9db48
commit
9f841a6c3d
@ -521,7 +521,7 @@ class ReplaceByFeeTest(BitcoinTestFramework):
|
||||
|
||||
def test_rpc(self):
|
||||
us0 = self.nodes[0].listunspent()[0]
|
||||
ins = [us0];
|
||||
ins = [us0]
|
||||
outs = {self.nodes[0].getnewaddress() : Decimal(1.0000000)}
|
||||
rawtx0 = self.nodes[0].createrawtransaction(ins, outs, 0, True)
|
||||
rawtx1 = self.nodes[0].createrawtransaction(ins, outs, 0, False)
|
||||
|
Loading…
Reference in New Issue
Block a user