Commit 84ec761
committed
Add src/rpc/names.cpp to check-rpc-mappings.py source list.
The script contrib/devtools/check-rpc-mappings.py verifies consistency
between RPC dispatch tables and the argument conversions listedn in
src/rpc/client.cpp. For this, it needs a list of sources that contain
dispatch tables. src/rpc/names.cpp was missing from this list, leading
to errors as in:
namecoin/namecoin-core#203
This commit adds the missing source file, which makes the script run
successfully. Note that src/wallet/rpcnames.cpp, which also contains
Namecoin RPCs, need not be listed; the dispatch table for those RPCs is
included in src/wallet/rpcwallet.cpp.1 parent 4cd859c commit 84ec761
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments