Browse Source

fix parser compile error

mempool
Jonathan "Duke" Leto 2 years ago
parent
commit
7c72ac95f9
  1. 1
      frontend/service.go

1
frontend/service.go

@ -17,6 +17,7 @@ import (
//"github.com/zcash/lightwalletd/walletrpc"
// go should be able to import branches!
"git.hush.is/hush/lightwalletd/walletrpc"
"git.hush.is/hush/lightwalletd/parser"
)
type lwdStreamer struct {

Loading…
Cancel
Save