-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(client): add async and blocking clients to submit txs package #114
base: master
Are you sure you want to change the base?
feat(client): add async and blocking clients to submit txs package #114
Conversation
src/api.rs
Outdated
|
||
#[derive(Deserialize, Debug)] | ||
pub struct MempoolFeesSubmitPackage { | ||
pub base: f64, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is base
here?
Can you leave a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, let just some nits. can confirm that the calls match the endpoint added in my pr on esplora (Blockstream/electrs#119)
9f5a8f6
to
6a22216
Compare
6a22216
to
01fb9c9
Compare
Pull Request Test Coverage Report for Build 12930470174Details
💛 - Coveralls |
Counterpart PR for Blockstream/electrs#119 to enable submitpackage API