mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
lnrpc: update grpc-gateway library to v2
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user