Skip to content

Commit

Permalink
修改默认api节点
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangxn committed Oct 12, 2017
1 parent aeb3d4b commit 9e6864a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/actions/TransactionConfirmActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TransactionConfirmActions {
dispatch({broadcasting: true});

let broadcast_timeout = setTimeout(() => {
this.actions.error("Your transaction has expired without being confirmed, please try again later.");
this.error("Your transaction has expired without being confirmed, please try again later.");
}, ChainConfig.expire_in_secs * 2000);

transaction.broadcast(() => {
Expand Down
2 changes: 1 addition & 1 deletion app/stores/SettingsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SettingsStore extends BaseStore {
this.exportPublicMethods({getSetting: this.getSetting.bind(this)});
this.defaultSettings = Immutable.Map({
locale: "zh",
apiServer: "wss://openledger.hk/ws",
apiServer: "wss://bitshares-api.wancloud.io/ws",
faucet_address: "https://bit.btsabc.org",//https://bitshares.openledger.info
unit: "CNY",// CORE_ASSET,
walletLockTimeout: 60 * 10,
Expand Down

0 comments on commit 9e6864a

Please sign in to comment.