mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
hf24 updateoperation enable
This commit is contained in:
parent
4fc1720d43
commit
12dfac0b4c
@ -48,13 +48,13 @@ export const checkClient = async () => {
|
||||
client = new Client(selectedServer, {
|
||||
timeout: 5000,
|
||||
});
|
||||
/*client.database.getVersion().then((res) => {
|
||||
client.database.getVersion().then((res) => {
|
||||
if (res.blockchain_version !== '0.23.0') {
|
||||
// true: eclipse rebranded rpc nodes
|
||||
// false: default old nodes (not necessary to call for old nodes)
|
||||
client.updateOperations(true);
|
||||
}
|
||||
});*/
|
||||
});
|
||||
};
|
||||
|
||||
checkClient();
|
||||
|
Loading…
Reference in New Issue
Block a user