Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
aa3cc58a
Commit
aa3cc58a
authored
Sep 23, 2021
by
vipwzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto ci
parent
cfbee546
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
go.mod
go.mod
+1
-0
peer_set.go
plugin/consensus/qbft/peer_set.go
+2
-1
No files found.
go.mod
View file @
aa3cc58a
...
...
@@ -21,6 +21,7 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/holiman/uint256 v1.1.1
github.com/huin/goupnp v1.0.2
...
...
plugin/consensus/qbft/peer_set.go
View file @
aa3cc58a
...
...
@@ -10,7 +10,6 @@ import (
"encoding/binary"
"encoding/json"
"fmt"
"github.com/33cn/chain33/types"
"io"
"net"
"reflect"
...
...
@@ -18,6 +17,8 @@ import (
"sync/atomic"
"time"
"github.com/33cn/chain33/types"
ttypes
"github.com/33cn/plugin/plugin/consensus/qbft/types"
tmtypes
"github.com/33cn/plugin/plugin/dapp/qbftNode/types"
"github.com/golang/protobuf/proto"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment