Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
张蕾
Geth-Modification
Commits
d0959063
Commit
d0959063
authored
Jul 01, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Up
parent
114e715e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
block_chain.go
ethchain/block_chain.go
+1
-1
peer.go
peer.go
+1
-1
No files found.
ethchain/block_chain.go
View file @
d0959063
...
@@ -271,7 +271,7 @@ func AddTestNetFunds(block *Block) {
...
@@ -271,7 +271,7 @@ func AddTestNetFunds(block *Block) {
for
_
,
addr
:=
range
[]
string
{
for
_
,
addr
:=
range
[]
string
{
"51ba59315b3a95761d0863b05ccc7a7f54703d99"
,
"51ba59315b3a95761d0863b05ccc7a7f54703d99"
,
"e4157b34ea9615cfbde6b4fda419828124b70c78"
,
"e4157b34ea9615cfbde6b4fda419828124b70c78"
,
"
1e12515ce3e0f817a4ddef9ca55788a1d66bd2df
"
,
"
b9c015918bdaba24b4ff057a92a3873d6eb201be
"
,
"6c386a4b26f73c802f34673f7248bb118f97424a"
,
"6c386a4b26f73c802f34673f7248bb118f97424a"
,
"cd2a3d9f938e13cd947ec05abc7fe734df8dd826"
,
"cd2a3d9f938e13cd947ec05abc7fe734df8dd826"
,
"2ef47100e0787b915105fd5e3f4ff6752079d5cb"
,
"2ef47100e0787b915105fd5e3f4ff6752079d5cb"
,
...
...
peer.go
View file @
d0959063
...
@@ -21,7 +21,7 @@ const (
...
@@ -21,7 +21,7 @@ const (
// The size of the output buffer for writing messages
// The size of the output buffer for writing messages
outputBufferSize
=
50
outputBufferSize
=
50
// Current protocol version
// Current protocol version
ProtocolVersion
=
2
0
ProtocolVersion
=
2
1
// Interval for ping/pong message
// Interval for ping/pong message
pingPongTimer
=
2
*
time
.
Second
pingPongTimer
=
2
*
time
.
Second
)
)
...
...
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