diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2020-12-24 22:37:17 +0900 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-01-04 12:31:31 +0800 |
commit | 1112035d32ffe73a4522226c8cb2f6a5878d3ada (patch) | |
tree | 7f5021ab6d285213918da66a9aaefa873ae4a5bc /src/bench/verify_script.cpp | |
parent | e8640849c775efcf202dbd34736fed8d61379c49 (diff) |
doc: fix various typos
Co-authored-by: Peter Yordanov <ppyordanov@yahoo.com>
Diffstat (limited to 'src/bench/verify_script.cpp')
-rw-r--r-- | src/bench/verify_script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/verify_script.cpp b/src/bench/verify_script.cpp index 9af0b502eb..e3f6b35a7d 100644 --- a/src/bench/verify_script.cpp +++ b/src/bench/verify_script.cpp @@ -24,7 +24,7 @@ static void VerifyScriptBench(benchmark::Bench& bench) const int flags = SCRIPT_VERIFY_WITNESS | SCRIPT_VERIFY_P2SH; const int witnessversion = 0; - // Keypair. + // Key pair. CKey key; static const std::array<unsigned char, 32> vchKey = { { |