Merge pull request #1926 from halseth/lnd-package

Move daemon from main to lnd package
This commit is contained in:
Olaoluwa Osuntokun
2019-04-25 17:52:19 -07:00
committed by GitHub
30 changed files with 59 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
// +build rpctest
package main
package lnd
import (
"bytes"