Removed unused import

This commit is contained in:
Jakub Matys 2018-10-17 13:43:41 +02:00
parent 9588d3510c
commit e4c1f62e03

View File

@ -5,7 +5,6 @@ package sync
import ( import (
"blockbook/bchain" "blockbook/bchain"
"blockbook/db" "blockbook/db"
"fmt"
"math/big" "math/big"
"os" "os"
"reflect" "reflect"