File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ func AddTestNetFunds(block *Block) {
271271 for _ , addr := range []string {
272272 "51ba59315b3a95761d0863b05ccc7a7f54703d99" ,
273273 "e4157b34ea9615cfbde6b4fda419828124b70c78" ,
274- "1e12515ce3e0f817a4ddef9ca55788a1d66bd2df " ,
274+ "b9c015918bdaba24b4ff057a92a3873d6eb201be " ,
275275 "6c386a4b26f73c802f34673f7248bb118f97424a" ,
276276 "cd2a3d9f938e13cd947ec05abc7fe734df8dd826" ,
277277 "2ef47100e0787b915105fd5e3f4ff6752079d5cb" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const (
2121 // The size of the output buffer for writing messages
2222 outputBufferSize = 50
2323 // Current protocol version
24- ProtocolVersion = 20
24+ ProtocolVersion = 21
2525 // Interval for ping/pong message
2626 pingPongTimer = 2 * time .Second
2727)
You can’t perform that action at this time.
0 commit comments