TX1 node

Revision:
14:188b1505f827
Parent:
10:d3e03663a6f4
--- a/rpc.cpp	Tue Mar 29 09:30:23 2016 +0100
+++ b/rpc.cpp	Mon Apr 11 17:30:17 2016 +0100
@@ -148,7 +148,6 @@
             for (; cur_method->name != NULL; cur_method++) {
                 if (strcmp(cur_method->name, args.method_name) == 0) {
                     (cur_method->method_caller)(p, &args, &r);
-                    r.putData<const char*>(cur_method->name);
                     return true;
                 }
             }