Skip to content

Commit

Permalink
Fix typos left over from the merge of bitcoin/bitcoin#23207 in f80332f
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdorfman committed Jul 21, 2023
1 parent 2ab19eb commit 654752a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/feature_confidential_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def run_test(self):

# And finally send
self.nodes[2].sendrawtransaction(signed_assets['hex'])
self.generate(self.nodes[0], 101)
self.generate(self.nodes[2], 101)
self.sync_all()

issuancedata = self.nodes[2].issueasset(0, Decimal('0.00000006')) #0 of asset, 6 reissuance token
Expand Down
2 changes: 1 addition & 1 deletion test/functional/rpc_psbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def run_bip174_tests(self):
# Extractor test
for extractor in extractors:
extracted = self.n des[2].finalizepsbt(extractor['extract'], True)['hex']
extracted = self.nodes[2].finalizepsbt(extractor['extract'], True)['hex']
assert_equal(extracted, extractor['result'])
# Unload extra wallets
Expand Down

0 comments on commit 654752a

Please sign in to comment.