From 7c72ac95f964f2db6516750a4068ee70b1e247e8 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 14 Jun 2022 20:53:22 -0700 Subject: [PATCH] fix parser compile error --- frontend/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/service.go b/frontend/service.go index 39fccc8..7835e5a 100644 --- a/frontend/service.go +++ b/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 {