Fix hash encoding, change module names

This commit is contained in:
Aditya Kulkarni
2019-09-12 12:08:53 -07:00
parent 8edf85483b
commit 7644852fc6
11 changed files with 101 additions and 42 deletions

View File

@@ -14,8 +14,8 @@ import (
_ "github.com/mattn/go-sqlite3"
"github.com/pkg/errors"
"github.com/zcash-hackworks/lightwalletd/parser"
"github.com/zcash-hackworks/lightwalletd/walletrpc"
"github.com/adityapk00/lightwalletd/parser"
"github.com/adityapk00/lightwalletd/walletrpc"
)
type compactTest struct {