Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Varunram committed Dec 3, 2018
1 parent 4fb437a commit 4c764a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lit-af/lit-af.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (lc *litAfClient) litAfSetup(conf litAfConfig) error {

// initialize a new rpc instance with noise_xk based authentication here
adr = fmt.Sprintf("%s@%s:%d", adr, host, port)
err = litrpc.NewOtherRpcClient(adr, key)
lc.RPCClient, err = litrpc.NewLndcRpcClient(adr, key)
if err != nil {
logging.Fatal(err.Error())
}
Expand Down

0 comments on commit 4c764a0

Please sign in to comment.