More of 10753

This commit is contained in:
UdjinM6 2020-01-05 05:35:10 +03:00 committed by Pasta
parent 5f8bcacd7f
commit 66dd61d54d
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export CCACHE_SIZE=${CCACHE_SIZE:-400M}
if [ "$PULL_REQUEST" != "false" ]; then contrib/devtools/commit-script-check.sh $COMMIT_RANGE; fi
#if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/check-doc.py; fi TODO reenable after all Bitcoin PRs have been merged and docs fully fixed
if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/check-rpc-mappings.py .; fi
ccache --max-size=$CCACHE_SIZE

View File

@ -13,10 +13,15 @@ import sys
SOURCES = [
"src/rpc/server.cpp",
"src/rpc/blockchain.cpp",
"src/rpc/governance.cpp",
"src/rpc/masternode.cpp",
"src/rpc/mining.cpp",
"src/rpc/misc.cpp",
"src/rpc/net.cpp",
"src/rpc/privatesend.cpp",
"src/rpc/rawtransaction.cpp",
"src/rpc/rpcevo.cpp",
"src/rpc/rpcquorums.cpp",
"src/wallet/rpcwallet.cpp",
]
# Source file (relative to root) containing conversion mapping