aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2021-06-23 16:11:51 -0400
committerAndrew Chow <achow101-github@achow101.com>2021-11-16 12:20:13 -0500
commit8fb57845ee3844c9ba854471065109d2e409300f (patch)
tree941d73885c9006ba6af443199430c39375e98817 /src/wallet/test
parent54b3699862de687f782c7c52500d6a2372478355 (diff)
downloadbitcoin-8fb57845ee3844c9ba854471065109d2e409300f.tar.xz
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Diffstat (limited to 'src/wallet/test')
-rw-r--r--src/wallet/test/fuzz/notifications.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/test/fuzz/notifications.cpp b/src/wallet/test/fuzz/notifications.cpp
index e8b49f1220..0601c492cd 100644
--- a/src/wallet/test/fuzz/notifications.cpp
+++ b/src/wallet/test/fuzz/notifications.cpp
@@ -68,9 +68,6 @@ struct FuzzedWallet {
CScript GetScriptPubKey(FuzzedDataProvider& fuzzed_data_provider)
{
auto type{fuzzed_data_provider.PickValueInArray(OUTPUT_TYPES)};
- if (type == OutputType::BECH32M) {
- type = OutputType::BECH32; // TODO: Setup taproot descriptor and remove this line
- }
CTxDestination dest;
bilingual_str error;
if (fuzzed_data_provider.ConsumeBool()) {