Skip to content

Commit

Permalink
fix: update proto for LND version 0.9.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jan 22, 2020
1 parent c51ffa7 commit b1477c7
Show file tree
Hide file tree
Showing 12 changed files with 15,185 additions and 9,788 deletions.
3 changes: 3 additions & 0 deletions lib/Boltz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ class Boltz {
await client.connect();

const info = await client.getInfo();
// The featuresMap is just annoying to see on startup
info.featuresMap = undefined as any;

this.logStatus(service, info);
} catch (error) {
this.logCouldNotConnect(service, error);
Expand Down
2 changes: 1 addition & 1 deletion lib/notifications/NotificationProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class NotificationProvider {
await check();
}, minutesToMilliseconds(this.config.interval));
} catch (error) {
this.logger.warn(`Could not connect to Discord: ${error}`);
this.logger.warn(`Could start notification service: ${error}`);
}
}

Expand Down
10 changes: 5 additions & 5 deletions lib/proto/boltzrpc_grpc_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions lib/proto/lndinvoices_grpc_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions lib/proto/lndinvoices_pb.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions lib/proto/lndinvoices_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1477c7

Please sign in to comment.