commit 2edf82dc34ed576e802824fb9deb83565d82916b
parent 30bedc37db1f66428137f97060267cd304588a67
Author: Florian Dold <florian@dold.me>
Date: Wed, 30 Jul 2025 12:27:14 +0200
harness: generate 'coin_' instead of 'coin-' sections
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts
@@ -1449,7 +1449,7 @@ deploymentCli
spec: feespecRefund,
});
- out += `[COIN-${currency}-n${n}-t${stamp}]\n`;
+ out += `[COIN_${currency}_n${n}_t${stamp}]\n`;
out += `VALUE = ${Amounts.stringify(x)}\n`;
out += `DURATION_WITHDRAW = 7 days\n`;
out += `DURATION_SPEND = 2 years\n`;