mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Fixed segmentation error
This commit is contained in:
parent
764d020372
commit
4709645063
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
build
|
||||
dogecoin-qt
|
||||
qrc_bitcoin.cpp
|
||||
src/obj
|
||||
src/dogecoind
|
||||
@ -1151,7 +1151,7 @@ void MapPort()
|
||||
// The second name should resolve to a list of seed addresses.
|
||||
static const char *strDNSSeed[][2] = {
|
||||
// default hypernode dns seed , change later when network grows
|
||||
{"seed.dogeftw.com"},
|
||||
{"seed.dogeftw.com", "seed.dogeftw.com"},
|
||||
// {"dogecoinpool.org", "dnsseed.dogecoinpool.org"},
|
||||
// {"bytesized-vps.com", "dnsseed.bytesized-vps.com"},
|
||||
// {"xurious.com", "dnsseed.ltc.xurious.com"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user