diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-11-11 04:52:43 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-11-11 04:52:43 -0500 |
commit | e2655e0ab1fc36cd4a58a5145c53500cb7b2d4d0 (patch) | |
tree | a4ebff17c00212fd883cd2089f2aef1a3cf8db0e /src/Makefile.am | |
parent | 83f5daf2fe6e2f42c81576097f4084d2788b454b (diff) |
Add unauthenticated HTTP REST interface to public blockchain data.
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 8b5d009842..2c2a96b198 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -165,6 +165,7 @@ libbitcoin_server_a_SOURCES = \ net.cpp \ noui.cpp \ pow.cpp \ + rest.cpp \ rpcblockchain.cpp \ rpcmining.cpp \ rpcmisc.cpp \ |