mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Fix typos left over from the merge of bitcoin/bitcoin#23207 in f80332fee5
This commit is contained in:
parent
2ab19eb125
commit
654752a8b3
2 changed files with 2 additions and 2 deletions
|
|
@ -483,7 +483,7 @@ class CTTest (BitcoinTestFramework):
|
|||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -633,7 +633,7 @@ class PSBTTest(BitcoinTestFramework):
|
|||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue