mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
doc/Makefile: use correct darkfid rpc files
This commit is contained in:
@@ -21,7 +21,8 @@ all: $(JSONRPC)
|
||||
|
||||
$(DARKFID_JSONRPC):
|
||||
@echo "# darkfid JSON-RPC API" > $@
|
||||
for i in blockchain tx wallet misc; do \
|
||||
./build_jsonrpc.py ../bin/darkfid/src/rpc.rs >> $@
|
||||
for i in blockchain tx; do \
|
||||
echo "## $$i methods" >> $@ ;\
|
||||
./build_jsonrpc.py ../bin/darkfid/src/rpc_$$i.rs >> $@ ;\
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user