Skip to content

Commit

Permalink
Merge pull request #27 from RadarTech/ct-rm-pb
Browse files Browse the repository at this point in the history
rm pb_ prefix
  • Loading branch information
ctebbe authored Apr 2, 2019
2 parents 4658b4a + aa5588b commit e331b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/lnrpc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export interface Channel {
numUpdates: string;
pendingHtlcs: HTLC[];
csvDelay: number;
pb_private: boolean;
private: boolean;
}

export interface ChannelCloseSummary {
Expand Down Expand Up @@ -369,7 +369,7 @@ export interface OpenChannelRequest {
pushSat?: string;
targetConf?: number;
satPerByte?: string;
pb_private?: boolean;
private?: boolean;
minHtlcMsat?: string;
remoteCsvDelay?: number;
minConfs?: number;
Expand Down Expand Up @@ -431,7 +431,7 @@ export interface Invoice {
fallbackAddr?: string;
cltvExpiry?: string;
routeHints?: RouteHint[];
pb_private?: boolean;
private?: boolean;
addIndex?: string;
settleIndex?: string;
amtPaid?: string;
Expand Down

0 comments on commit e331b9d

Please sign in to comment.