Adding Bisq API to About page.

Watching partent bisq dump folder.
This commit is contained in:
softsimon
2020-07-18 12:59:12 +07:00
parent 3ff1957f0c
commit d22e4a03e6
7 changed files with 102 additions and 52 deletions

View File

@@ -194,7 +194,7 @@ class Bisq {
private loadData(): Promise<string> {
return new Promise((resolve, reject) => {
fs.readFile(config.BSQ_BLOCKS_DATA_PATH + '/blocks.json', 'utf8', (err, data) => {
fs.readFile(config.BSQ_BLOCKS_DATA_PATH + '/all/blocks.json', 'utf8', (err, data) => {
if (err) {
reject(err);
}