aboutsummaryrefslogtreecommitdiff
path: root/src/key_io.cpp
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-09 07:36:08 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:39:49 -0400
commit91d924ede1b421df31c895f4f43359e453a09ca5 (patch)
tree823f62a894ec3839da6491cbcd0a2cacf9b02522 /src/key_io.cpp
parentbacdb2e208531124e85ed2d4ea2a4b508fbb5088 (diff)
downloadbitcoin-91d924ede1b421df31c895f4f43359e453a09ca5.tar.xz
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Since script/standard only contains things that are used by the Solver and its callers, rename the files to script/solver.
Diffstat (limited to 'src/key_io.cpp')
-rw-r--r--src/key_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_io.cpp b/src/key_io.cpp
index b7fe4d2423..a061165613 100644
--- a/src/key_io.cpp
+++ b/src/key_io.cpp
@@ -7,7 +7,7 @@
#include <base58.h>
#include <bech32.h>
#include <script/interpreter.h>
-#include <script/standard.h>
+#include <script/solver.h>
#include <util/strencodings.h>
#include <algorithm>