Removed unused package import
This commit is contained in:
parent
bf83b6e213
commit
ef73d52063
@ -6,12 +6,8 @@ import (
|
|||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"encoding/gob"
|
"encoding/gob"
|
||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
"github.com/btcsuite/btcd/chaincfg"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// bitcoinwire parsing
|
|
||||||
|
|
||||||
type ZCashBlockParser struct{}
|
type ZCashBlockParser struct{}
|
||||||
|
|
||||||
func (p *ZCashBlockParser) GetUIDFromVout(output *bchain.Vout) string {
|
func (p *ZCashBlockParser) GetUIDFromVout(output *bchain.Vout) string {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user