mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Update template_createoffers.json (#27)
This commit is contained in:
parent
37952fd296
commit
ca3bfe858c
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue