explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
MIT License
186 stars 40 forks source link

Don’t return “Success” from methods #285

Open bcb opened 2 weeks ago

bcb commented 2 weeks ago

There should be no need to return a “Success” result from methods. This can be handled in the @method decorator implementation.