Skip to content

Commit 68b618b

Browse files
committed
Switch to node that supports work_generate
1 parent 326349b commit 68b618b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/atto-safesign/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var (
44
// The node needs to support the work_generate action. See
55
// e.g. https://publicnodes.somenano.com to find public nodes
66
// or set up your own node.
7-
node = "https://node.somenano.com/proxy"
7+
node = "https://rainstorm.city/api"
88

99
// defaultRepresentative will be set as the representative when
1010
// opening an accout, but can be changed afterwards. See e.g.

cmd/atto/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var (
44
// The node that is used to interact with the nano network. See
55
// e.g. https://publicnodes.somenano.com to find public nodes
66
// or set up your own node.
7-
node = "https://node.somenano.com/proxy"
7+
node = "https://rainstorm.city/api"
88

99
// defaultRepresentative will be set as the representative when
1010
// opening an accout, but can be changed afterwards. See e.g.

0 commit comments

Comments
 (0)