mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
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:
parent
bacdb2e208
commit
91d924ede1
31 changed files with 37 additions and 35 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#include <script/sigcache.h>
|
||||
#include <script/sign.h>
|
||||
#include <script/signingprovider.h>
|
||||
#include <script/standard.h>
|
||||
#include <script/solver.h>
|
||||
#include <streams.h>
|
||||
#include <test/util/json.h>
|
||||
#include <test/util/random.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue