Skip to content

Commit

Permalink
Merge pull request #344 from graft-project/move-seednodes
Browse files Browse the repository at this point in the history
community supported mainnet seed-node
  • Loading branch information
mbg033 authored Sep 26, 2019
2 parents f226c8a + 460b473 commit b91add3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Dates are provided in the format YYYY-MM-DD.
| 2019-03-20 | v13 | 1.7.7 | 1.7.7 | RTA Mining |
| 2019-06-06 | v14 | 1.8.1 | 1.8.1 | Merge with monero 13: bulletproofs enabled, fixed ring size 11 |
| 2019-06-07 | v15 | 1.8.1 | 1.8.4 | bulletproofs required
| 2019-08-08 | v16 | 1.9.1 | 1.9.1 | maximum stake period is 32 days |
| 2019-08-08 | v16 | 1.9.2 | 1.9.2 | maximum stake period is 32 days |



Expand Down
2 changes: 1 addition & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ namespace nodetool
{
full_addrs.insert("109.74.204.179:18980");
full_addrs.insert("45.79.42.116:18980");
full_addrs.insert("45.118.134.99:18980");
full_addrs.insert("207.148.153.14:18980");
}
return full_addrs;
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define DEF_GRAFT_VERSION_TAG "@VERSIONTAG@"
#define DEF_GRAFT_VERSION "1.9.1"
#define DEF_GRAFT_VERSION "1.9.2"
#define DEF_GRAFT_RELEASE_NAME "Vela Pulsar"
#define DEF_GRAFT_VERSION_FULL DEF_GRAFT_VERSION "-" DEF_GRAFT_VERSION_TAG

Expand Down

0 comments on commit b91add3

Please sign in to comment.