mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 15:18:09 +00: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):
|
def test_rpc(self):
|
||||||
us0 = self.nodes[0].listunspent()[0]
|
us0 = self.nodes[0].listunspent()[0]
|
||||||
ins = [us0];
|
ins = [us0]
|
||||||
outs = {self.nodes[0].getnewaddress() : Decimal(1.0000000)}
|
outs = {self.nodes[0].getnewaddress() : Decimal(1.0000000)}
|
||||||
rawtx0 = self.nodes[0].createrawtransaction(ins, outs, 0, True)
|
rawtx0 = self.nodes[0].createrawtransaction(ins, outs, 0, True)
|
||||||
rawtx1 = self.nodes[0].createrawtransaction(ins, outs, 0, False)
|
rawtx1 = self.nodes[0].createrawtransaction(ins, outs, 0, False)
|
||||||
|
Loading…
Reference in New Issue
Block a user