diff options
| author | Matt Corallo <[email protected]> | 2016-12-01 16:06:41 -0800 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2016-12-02 09:42:51 -0800 |
| commit | 76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb (patch) | |
| tree | 59602dd64241b4a50394371be1fc0e5112ff1ae6 /src/rpc/rawtransaction.cpp | |
| parent | Move network-msg-processing code out of main to its own file (diff) | |
| download | discoin-76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb.tar.xz discoin-76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb.zip | |
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
| -rw-r--r-- | src/rpc/rawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 370c021ea..ce16870d3 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -10,7 +10,7 @@ #include "core_io.h" #include "init.h" #include "keystore.h" -#include "main.h" +#include "validation.h" #include "merkleblock.h" #include "net.h" #include "policy/policy.h" |