From 4973c5175c5fd1f4791ea26e8ddefd6fb11ac1c3 Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Tue, 23 Feb 2021 00:16:50 +0100 Subject: test: Remove wallet dependency of utxo set hash test --- test/functional/test_framework/wallet.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/functional/test_framework/wallet.py') diff --git a/test/functional/test_framework/wallet.py b/test/functional/test_framework/wallet.py index 38fbf3c1a6..a906a21dd0 100644 --- a/test/functional/test_framework/wallet.py +++ b/test/functional/test_framework/wallet.py @@ -49,6 +49,9 @@ class MiniWallet: self._utxos.append({'txid': cb_tx['txid'], 'vout': 0, 'value': cb_tx['vout'][0]['value']}) return blocks + def get_address(self): + return self._address + def get_utxo(self, *, txid=''): """ Returns a utxo and marks it as spent (pops it from the internal list) -- cgit v1.2.3