File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ mod deposit {
290
290
Self :: default ( )
291
291
}
292
292
293
- /// Get's the set deposit for the give [`ChannelId`] and [`Address `].
293
+ /// Get's the set deposit for the given [`Key `].
294
294
///
295
- /// This method will return [`None`] if the deposit for the pair
296
- /// [`ChannelId`] & [`Address `] was not set.
295
+ /// This method will return [`None`] if the deposit for the
296
+ /// [`Key `] was not set.
297
297
pub fn get_deposit (
298
298
& self ,
299
299
channel : & ChainOf < Channel > ,
Original file line number Diff line number Diff line change @@ -237,8 +237,7 @@ pub async fn channels_router<C: Locked + 'static>(
237
237
238
238
get_accounting_for_channel ( req, app) . await
239
239
}
240
- // POST /v5/channel/:id/dummy-deposit
241
- // will allow the calling of the method only if we are using the Dummy adapter!
240
+ // POST /v5/channel/:id/pay
242
241
else if let ( Some ( caps) , & Method :: POST ) = ( CHANNEL_PAY . captures ( & path) , method) {
243
242
let param = RouteParams ( vec ! [ caps
244
243
. get( 1 )
You can’t perform that action at this time.
0 commit comments