feat: propagate config update only when explicitly updated
This commit is contained in:
@@ -292,7 +292,7 @@ async function payment(path) {
|
||||
const {
|
||||
bitcoin: {transactions: transactionsAPI}
|
||||
} = mempoolJS({
|
||||
hostname: new URL(this.mempoolEndpoint).hostname
|
||||
hostname: this.mempoolEndpoint
|
||||
})
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user