diff options
| author | Russell Yanofsky <[email protected]> | 2017-07-27 10:08:31 -0400 |
|---|---|---|
| committer | Russell Yanofsky <[email protected]> | 2019-01-15 12:42:00 -0400 |
| commit | 700c42b85d20e624bef4228eef062c93084efab5 (patch) | |
| tree | 60f0213d9b6671995ae6e7d2015d57ffdda89f4b /src/Makefile.am | |
| parent | Merge #14433: Add checksum in gitian build scripts for ossl (diff) | |
| download | discoin-700c42b85d20e624bef4228eef062c93084efab5.tar.xz discoin-700c42b85d20e624bef4228eef062c93084efab5.zip | |
Add height, depth, and hash methods to the Chain interface
And use them to remove uses of chainActive and mapBlockIndex in wallet code
This commit does not change behavior.
Co-authored-by: Ben Woosley <[email protected]>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 09daaebd2..4a98a2c1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -145,6 +145,7 @@ BITCOIN_CORE_H = \ netbase.h \ netmessagemaker.h \ noui.h \ + optional.h \ outputtype.h \ policy/feerate.h \ policy/fees.h \ |