feat: propagate config update only when explicitly updated

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 657ed7a37c
commit 4671954896
11 changed files with 102 additions and 80 deletions
@@ -292,7 +292,7 @@ async function payment(path) {
const {
bitcoin: {transactions: transactionsAPI}
} = mempoolJS({
hostname: new URL(this.mempoolEndpoint).hostname
hostname: this.mempoolEndpoint
})
try {