• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: Commit

Official Go implementation of the Bytom protocol


Commit MetaInfo

Revision509f0b4b243e9c573511fc8692d02d97152fce83 (tree)
Zeit2019-06-18 18:16:04
AutorPaladz <yzhu101@uott...>
CommiterGitHub

Log Message

Merge pull request #1758 from Bytom/dev-gm-modify-seed

update seed

Ändern Zusammenfassung

Diff

--- a/config/toml.go
+++ b/config/toml.go
@@ -29,7 +29,7 @@ api_addr = "0.0.0.0:9889"
2929 var testNetConfigTmpl = `chain_id = "wisdom"
3030 [p2p]
3131 laddr = "tcp://0.0.0.0:46659"
32-seeds = "47.75.116.232:46659,139.224.132.186:46659"
32+seeds = "47.75.116.232:46659,47.100.0.24:46659"
3333 `
3434
3535 var soloNetConfigTmpl = `chain_id = "solonet"
Show on old repository browser