diff options
author | John Newbery <john@johnnewbery.com> | 2019-04-04 15:42:50 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-04-10 11:44:37 -0400 |
commit | 9819ad6d07097ca4df92231e18de0b57313e3b78 (patch) | |
tree | 350d1829a3cbdd5d3219d00473ade7dda3c14a89 /src/Makefile.am | |
parent | 6a135fbe5b30c3603616589b4779b1ce602c9392 (diff) |
[rpc] simplify generate RPC
Removes dead code from after the generate method was removed
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cb0604391e..fb429d41d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -174,7 +174,6 @@ BITCOIN_CORE_H = \ reverselock.h \ rpc/blockchain.h \ rpc/client.h \ - rpc/mining.h \ rpc/protocol.h \ rpc/server.h \ rpc/rawtransaction_util.h \ |