removed import of sync

This commit is contained in:
vsmk98 2018-09-28 08:19:57 +00:00
parent d35f6e2c5e
commit 8e21004b6b
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ import (
"encoding/hex"
"encoding/json"
"net/http"
"sync"
"github.com/davecgh/go-spew/spew"
"github.com/ethereum/go-ethereum/accounts"
@ -1658,4 +1657,4 @@ func (s *PublicBlockChainAPI) GetQuorumPayload(digestHex string) (string, error)
}
return fmt.Sprintf("0x%x", data), nil
}
//End-Quorum
//End-Quorum