Skip to content

Commit

Permalink
chore: update get trustNode url
Browse files Browse the repository at this point in the history
  • Loading branch information
haifun committed Nov 23, 2021
1 parent f74d483 commit d0edced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/GXChainService.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const fetch_candidates = function() {
.db_api()
.exec('get_full_accounts', [nodes, false]),
superagent.get(
'https://static.gxb.io/dapp/blockcity/nodevote/trustNode.json'
'https://www.gxchain.org/getUrl/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgxchain%2FTrustNodes%2Fmaster%2FtrustNodes.json'
)
]).then(results => {
let accounts = results[0];
Expand Down

0 comments on commit d0edced

Please sign in to comment.