Skip to content

Commit

Permalink
Merge 9522677 into 62dadff
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Dec 11, 2019
2 parents 62dadff + 9522677 commit cac018d
Show file tree
Hide file tree
Showing 6 changed files with 496 additions and 51 deletions.
5 changes: 5 additions & 0 deletions lnrpc/signrpc/config_active.go
Expand Up @@ -4,6 +4,7 @@ package signrpc

import (
"github.com/lightningnetwork/lnd/input"
"github.com/lightningnetwork/lnd/keychain"
"github.com/lightningnetwork/lnd/macaroons"
)

Expand All @@ -30,4 +31,8 @@ type Config struct {
// job of the signer RPC server is simply to proxy valid requests to
// the active signer instance.
Signer input.Signer

// KeyRing is an interface that the signer will use to derive any keys
// for signing messages.
KeyRing keychain.SecretKeyRing
}

0 comments on commit cac018d

Please sign in to comment.