-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use object members for default arguments
jsonrpc_request has a bunch of arguments that are always the same and are members of jsonrpc_virtual_machine object. add request method to jsonrpc_virtual_machine that simply passes them along. rewrite all other methdos to call simpler request instead of jsonrpc_request.
- Loading branch information
1 parent
63e7421
commit 688a1ae
Showing
2 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters