From ca3bfe858cf5910df68a0f564ec7db02f275c7f0 Mon Sep 17 00:00:00 2001 From: Cryptoguard Date: Thu, 16 Mar 2023 10:06:15 -0500 Subject: [PATCH] Update template_createoffers.json (#27) --- scripts/template_createoffers.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/template_createoffers.json b/scripts/template_createoffers.json index 4074109..bbcff3c 100644 --- a/scripts/template_createoffers.json +++ b/scripts/template_createoffers.json @@ -9,7 +9,7 @@ "amount_variable": true, "address": "-1", "name": "Offer 0", - "min_coin_from_amt": 25 + "min_coin_from_amt": 25, "offer_valid_seconds": 3600 }, { @@ -21,7 +21,7 @@ "amount_variable": true, "address": "-1", "name": "Offer 1", - "min_coin_from_amt": 25 + "min_coin_from_amt": 25, "offer_valid_seconds": 3600 }, { @@ -33,7 +33,7 @@ "amount_variable": true, "address": "-1", "name": "Offer 2", - "min_coin_from_amt": 25 + "min_coin_from_amt": 25, "offer_valid_seconds": 3600 }, { @@ -45,7 +45,9 @@ "amount_variable": true, "address": "-1", "name": "Offer 3", - "min_coin_from_amt": 25 + "min_coin_from_amt": 25, "offer_valid_seconds": 3600 + } + ] }