mod: integrate latest btcwallet and bump protobuf and grpc

This commit is contained in:
Andras Banki-Horvath
2021-04-28 15:30:59 +02:00
parent d161b34ee5
commit e5f249ad51
18 changed files with 25109 additions and 14532 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package chainrpc;
option go_package = "github.com/lightningnetwork/lnd/lnrpc/chainrpc";
// ChainNotifier is a service that can be used to get information about the
// chain backend by registering notifiers for chain events.
service ChainNotifier {