Liquid fixes for latest transactions and API Doc.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user