We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06522b6 commit f56122fCopy full SHA for f56122f
primitives/examples/spender_response.rs
@@ -1,4 +1,4 @@
1
-use primitives::{sentry::SpenderResponse};
+use primitives::sentry::SpenderResponse;
2
use serde_json::{from_value, json};
3
4
fn main() {
sentry/src/routes.rs
@@ -70,7 +70,7 @@
70
//! ```
71
//!
72
//! #### GET `/v5/channel/:id/spender/:addr` (auth required)
73
-//!
+//!
74
//! Gets the spender limits for a spender on a channel. It does so by fetching the
75
//! latest Spendable entry from the database (or creating one if it doesn't exist yet) from which
76
//! the total deposited amount is retrieved, and the latest NewState from which the total spent
0 commit comments