Skip to content

Commit

Permalink
[REF] Use segwit in test_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Sep 22, 2023
1 parent 51253b8 commit 90f7817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_tools_clw_create_wallet(self):
(self.python_executable, self.clw_executable, self.DATABASE_URI)
cmd_wlt_delete = "%s %s test --wallet-remove -d %s" % \
(self.python_executable, self.clw_executable, self.DATABASE_URI)
output_wlt_create = "14guS7uQpEbgf1e8TDo1zTEURJW3NGPc9E"
output_wlt_create = "bc1qdv5tuzrluh4lzhnu59je9n83w4hkqjhgg44d5g"
output_wlt_delete = "Wallet test has been removed"

process = Popen(cmd_wlt_create, stdin=PIPE, stdout=PIPE, shell=True)
Expand Down Expand Up @@ -147,7 +147,7 @@ def test_tools_clw_transaction_with_script(self):
(self.python_executable, self.clw_executable, self.DATABASE_URI)
cmd_wlt_delete = "%s %s test2 --wallet-remove -d %s" % \
(self.python_executable, self.clw_executable, self.DATABASE_URI)
output_wlt_create = "21GPfxeCbBunsVev4uS6exPhqE8brPs1ZDF"
output_wlt_create = "blt1qj0mgwyhxuw9p0ngj5kqnxhlrx8ypecqekm2gr7"
output_wlt_transaction = 'Transaction pushed to network'
output_wlt_delete = "Wallet test2 has been removed"

Expand Down

0 comments on commit 90f7817

Please sign in to comment.