Commit bee704f6 authored by Eriksson Monteiro's avatar Eriksson Monteiro

update millix wallet

parent 5964c460
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -772,7 +772,7 @@ export const DATABASE_ENGINE = 'sqlite';
export const DATABASE_CONNECTION = {};
export const MILLIX_CIRCULATION = 9e15;
export const NODE_MILLIX_BUILD_DATE = 1640009160;
export const NODE_MILLIX_VERSION = '1.12.8-tangled';
export const NODE_MILLIX_VERSION = '1.12.9-tangled';
export const DATA_BASE_DIR_MAIN_NETWORK = './millix-tangled';
export const DATA_BASE_DIR_TEST_NETWORK = './millix-tangled';
let DATA_BASE_DIR = MODE_TEST_NETWORK ? DATA_BASE_DIR_TEST_NETWORK : DATA_BASE_DIR_MAIN_NETWORK;
......
......@@ -126,6 +126,6 @@ db.initialize()
});
}
});
//millix v1.12.8-tangled
//millix v1.12.9-tangled
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment