port to hush

This commit is contained in:
DenioD
2019-10-15 14:38:55 +02:00
parent 769db4945f
commit f6fa52fde1
10 changed files with 37 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"testing"
"github.com/adityapk00/lightwalletd/parser/internal/bytestring"
"github.com/DenioD/lightwalletd/parser/internal/bytestring"
)
// "Human-readable" version of joinSplit struct defined in transaction.go.