From a07bb2bad07e9d243b01a717cd7dae012c44bfed Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 10 May 2023 22:06:39 +0200 Subject: [PATCH] nut4 update: payment_hash to hash --- src/pages/WalletPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/WalletPage.vue b/src/pages/WalletPage.vue index 62aefd26..3acd883c 100644 --- a/src/pages/WalletPage.vue +++ b/src/pages/WalletPage.vue @@ -1552,7 +1552,7 @@ export default { let { outputs, rs } = await this.constructOutputs(amounts, secrets); const keys = this.keys; // fix keys for constructProofs const promises = await axios.post( - `${this.activeMintUrl}/mint?payment_hash=${payment_hash}`, + `${this.activeMintUrl}/mint?hash=${payment_hash}&payment_hash=${payment_hash}`, // we keep payment_hash for backwards compatibility { outputs, }