Skip to content

Commit

Permalink
Move validation code to DeFi (#1663)
Browse files Browse the repository at this point in the history
* Move validation code to DeFi

* lint: circular deps

* lint: add local dep

* Update validation for #1654
  • Loading branch information
Bushstar authored Jan 9, 2023
1 parent d26c55f commit 76fb221
Show file tree
Hide file tree
Showing 7 changed files with 2,408 additions and 2,400 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ DEFI_CORE_H = \
masternodes/tokens.h \
masternodes/undo.h \
masternodes/undos.h \
masternodes/validation.h \
masternodes/vault.h \
masternodes/vaulthistory.h \
memusage.h \
Expand Down Expand Up @@ -409,6 +410,7 @@ libdefi_server_a_SOURCES = \
masternodes/proposals.cpp \
masternodes/skipped_txs.cpp \
masternodes/undos.cpp \
masternodes/validation.cpp \
masternodes/vault.cpp \
masternodes/vaulthistory.cpp \
miner.cpp \
Expand Down
Loading

0 comments on commit 76fb221

Please sign in to comment.