Liquid fixes for latest transactions and API Doc.

This commit is contained in:
softsimon
2021-07-29 13:06:08 +03:00
parent 7788a2d6bd
commit b8a110a772
4 changed files with 8 additions and 2 deletions

View File

@@ -1179,6 +1179,10 @@ responseSample: `{
if (document.location.port !== '') {
this.hostname = this.hostname + ':' + document.location.port;
}
this.network$.subscribe((network) => {
this.active = (network === 'bisq' || network === 'liquid') ? 1 : 0;
});
}
}