mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
In this commit, we implement the newly defiend WalletKitServer gRPC service. We use the same template w.r.t build tags as the existing signrpc service.
8 lines
262 B
Go
8 lines
262 B
Go
// +build !walletrpc
|
|
|
|
package walletrpc
|
|
|
|
// Config is the primary configuration struct for the WalletKit RPC server.
|
|
// When the server isn't active (via the build flag), callers outside this
|
|
// package will see this shell of a config file.
|
|
type Config struct{}
|