Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
cavanmflynn committed Apr 17, 2019
1 parent 333e30d commit 71ced42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lnrpc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ export class LnRpc {
* remaining within the channel. If we are able to unpack the backup, then the
* new channel will be shown under listchannels, as well as pending channels.
*/
public restoreChanBackups(args: RestoreChanBackupRequest): Promise<{}>;
public restoreChannelBackups(args: RestoreChanBackupRequest): Promise<{}>;

/**
* SubscribeChannelBackups allows a client to sub-subscribe to the most up to
Expand Down

0 comments on commit 71ced42

Please sign in to comment.