Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psgreco committed Sep 26, 2022
1 parent f1dd3de commit 90c4bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/wallet_elements_regression_1172.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def run_test(self):
self.log.info(f"Issuing some assets from node 1")
# Try issuing assets
amt = satoshi_round(Decimal(1))
res1 = self.nodes[1].issueasset(amt, amt, True);
res2 = self.nodes[1].issueasset(amt, amt, False);
res1 = self.nodes[1].issueasset(amt, amt, True)
res2 = self.nodes[1].issueasset(amt, amt, False)

assets = [ res1["asset"], res1["token"], res2["asset"], res2["token"] ]
addresses = [ self.nodes[2].getnewaddress() for i in range(len(assets)) ]
Expand Down

0 comments on commit 90c4bf9

Please sign in to comment.