Skip to content

Commit 9f841a6

Browse files
[tests] Remove accidental trailing semicolon
1 parent 30c2d9d commit 9f841a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/replace-by-fee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def test_prioritised_transactions(self):
521521

522522
def test_rpc(self):
523523
us0 = self.nodes[0].listunspent()[0]
524-
ins = [us0];
524+
ins = [us0]
525525
outs = {self.nodes[0].getnewaddress() : Decimal(1.0000000)}
526526
rawtx0 = self.nodes[0].createrawtransaction(ins, outs, 0, True)
527527
rawtx1 = self.nodes[0].createrawtransaction(ins, outs, 0, False)

0 commit comments

Comments
 (0)