mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
test framework, wallet: rename get_scriptPubKey method to get_output_script
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user