diff options
author | Andrew Chow <achow101-github@achow101.com> | 2019-06-17 15:47:12 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2019-07-09 16:20:18 -0400 |
commit | 16f8096e911e4d59292240a17e2d4004f0500b9e (patch) | |
tree | d5d878d2f0384ef78dedf5f4ae3f95512e4fd416 /src/Makefile.am | |
parent | d9becff4e13da8e182631baa79b9794c03d44434 (diff) |
Move KeyOriginInfo to its own header file
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 39e8d3d689..30058d9541 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -181,6 +181,7 @@ BITCOIN_CORE_H = \ rpc/util.h \ scheduler.h \ script/descriptor.h \ + script/keyorigin.h \ script/sigcache.h \ script/sign.h \ script/standard.h \ |