Fix import path issue for schnorr package

pull/55/head
Rongjian Lan 6 years ago
parent 9a691a3963
commit d0f51b3cbb
  1. 2
      consensus/consensus.go

@ -4,11 +4,11 @@ package consensus // consensus
import (
"fmt"
"github.com/dedis/kyber"
"github.com/dedis/kyber/sign/schnorr"
"harmony-benchmark/blockchain"
"harmony-benchmark/crypto"
"harmony-benchmark/log"
"harmony-benchmark/p2p"
"kyber/sign/schnorr"
"regexp"
"strconv"
"sync"

Loading…
Cancel
Save