aboutsummaryrefslogtreecommitdiff
path: root/src/test/descriptor_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-07-11 13:56:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-07-11 14:24:36 +0200
commitfacd7dd3d1f9d51e1133974ff69eeb48f5ae282b (patch)
tree8e73b4e97801363108dee58962700e07efa55bf4 /src/test/descriptor_tests.cpp
parent5f96bce9b7f38c687817d58e8b54a5b7ebfe91b3 (diff)
downloadbitcoin-facd7dd3d1f9d51e1133974ff69eeb48f5ae282b.tar.xz
wallet: Fix typo in comments; Simplify assert
Diffstat (limited to 'src/test/descriptor_tests.cpp')
-rw-r--r--src/test/descriptor_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/descriptor_tests.cpp b/src/test/descriptor_tests.cpp
index 5d7065dafb..20132d5782 100644
--- a/src/test/descriptor_tests.cpp
+++ b/src/test/descriptor_tests.cpp
@@ -135,7 +135,7 @@ void DoCheck(const std::string& prv, const std::string& pub, int flags, const st
// When the descriptor is hardened, evaluate with access to the private keys inside.
const FlatSigningProvider& key_provider = (flags & HARDENED) ? keys_priv : keys_pub;
- // Evaluate the descriptor selected by `t` in poisition `i`.
+ // Evaluate the descriptor selected by `t` in position `i`.
FlatSigningProvider script_provider, script_provider_cached;
std::vector<CScript> spks, spks_cached;
DescriptorCache desc_cache;