Integrate basic configuration functionality

This commit is contained in:
mkl
2016-02-22 21:24:56 -05:00
committed by Olaoluwa Osuntokun
parent 48667bdcbe
commit e07086a523
4 changed files with 131 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ var (
SCon uspv.SPVCon // global here for now
)
func shell() {
func shell(SPVHostAdr string, Params *chaincfg.Params) {
fmt.Printf("LND spv shell v0.0\n")
fmt.Printf("Not yet well integrated, but soon.\n")