forked from mit-dci/rustreexo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement all electrum protocol (mit-dci#13)
* Add all missing electrum methods * Refactor to only use get_arg macro * Fix a divergence with json-rpc spec This codebase used to treat id as i32, but the spec says it can be any json-valid object. * Fix a clippy warn
- Loading branch information
1 parent
c3a3f40
commit 6019c32
Showing
2 changed files
with
102 additions
and
112 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