diff --git a/lib/rpc_table.py b/lib/rpc_table.py index 71c1be2..f9f75b8 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -4,6 +4,7 @@ Define RPC functions needed to generate # [ , [] ] func_table = [ + [ "int", [] ], [ "int", ["string"] ], [ "int", ["string", "int"] ], [ "int", ["string", "string"] ],