Skip to content
Snippets Groups Projects
Commit c3d661fd authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] Set the new rebranded_api option to true for use with eclipse nodes

parent 349fd896
No related branches found
No related tags found
2 merge requests!120Develop,!119[JES] Set the new rebranded_api option to true for use with eclipse nodes
...@@ -103,6 +103,7 @@ function runApp(initial_state) { ...@@ -103,6 +103,7 @@ function runApp(initial_state) {
}); });
steem.config.set('address_prefix', config.address_prefix); steem.config.set('address_prefix', config.address_prefix);
steem.config.set('rebranded_api', true); steem.config.set('rebranded_api', true);
steem.broadcast.updateOperations();
window.$STM_Config = config; window.$STM_Config = config;
plugins(config); plugins(config);
......
...@@ -63,6 +63,7 @@ global.webpackIsomorphicTools.server(ROOT, () => { ...@@ -63,6 +63,7 @@ global.webpackIsomorphicTools.server(ROOT, () => {
}); });
steem.config.set('address_prefix', config.get('address_prefix')); steem.config.set('address_prefix', config.get('address_prefix'));
steem.config.set('rebranded_api', true); steem.config.set('rebranded_api', true);
steem.broadcast.updateOperations();
// const CliWalletClient = require('shared/api_client/CliWalletClient').default; // const CliWalletClient = require('shared/api_client/CliWalletClient').default;
// if (process.env.NODE_ENV === 'production') connect_promises.push(CliWalletClient.instance().connect_promise()); // if (process.env.NODE_ENV === 'production') connect_promises.push(CliWalletClient.instance().connect_promise());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment