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.
This commit is contained in:
Andrew Chow
2023-08-09 07:36:08 -04:00
parent bacdb2e208
commit 91d924ede1
31 changed files with 37 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
#include <addresstype.h>
#include <script/script.h>
#include <script/standard.h>
#include <script/solver.h>
#include <hash.h>
#include <pubkey.h>
#include <uint256.h>