lnrpc: update grpc-gateway library to v2

This commit is contained in:
Oliver Gugger
2021-07-27 12:59:59 +02:00
parent 76e1223bf2
commit dd749fe580
70 changed files with 8799 additions and 8287 deletions

View File

@@ -109,6 +109,9 @@ type WalletUnlockMsg struct {
// initial setup, users can provide their own source of entropy which will be
// used to generate the seed that's ultimately used within the wallet.
type UnlockerService struct {
// Required by the grpc-gateway/v2 library for forward compatibility.
lnrpc.UnimplementedWalletUnlockerServer
// InitMsgs is a channel that carries all wallet init messages.
InitMsgs chan *WalletInitMsg