test framework, wallet: rename get_scriptPubKey method to get_output_script

This commit is contained in:
Alfonso Roman Zubeldia
2025-01-24 14:57:36 -03:00
parent fa0232a3e0
commit 723440c5b8
5 changed files with 6 additions and 6 deletions

View File

@@ -212,7 +212,7 @@ class MiniWallet:
self.rescan_utxos()
return blocks
def get_scriptPubKey(self):
def get_output_script(self):
return self._scriptPubKey
def get_descriptor(self):