forked from MarseyWorld/MarseyWorld
remove USDC and USDT options on carp request
parent
e3d5fb60a2
commit
6502cca87f
|
@ -2064,7 +2064,7 @@ def insert_transaction_post(v):
|
|||
amount = request.values.get("amount", "").strip()
|
||||
username = request.values.get("username", "").strip()
|
||||
|
||||
if type not in {'BTC', 'ETH', 'USDT', 'USDC'}:
|
||||
if type not in {'BTC', 'ETH'}:
|
||||
abort(400, "Invalid transaction currency!")
|
||||
|
||||
if not id:
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
<option hidden disabled selected value>-- select an option --</option>
|
||||
<option value="BTC">BTC</option>
|
||||
<option value="ETH">ETH</option>
|
||||
<option value="USDT">USDT</option>
|
||||
<option value="USDC">USDC</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -25,14 +25,6 @@
|
|||
<td>Ethereum (ETH)</td>
|
||||
<td>0xBBf1043A60C6894Db17b3118CA960FFDF84c9eea</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tether (USDT)</td>
|
||||
<td>0xBBf1043A60C6894Db17b3118CA960FFDF84c9eea</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>USD Coin (USDC)</td>
|
||||
<td>0xBBf1043A60C6894Db17b3118CA960FFDF84c9eea</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Monero (XMR)</td>
|
||||
<td>44hdEpAYXkB2VwkWz6LR9zZhcaG8zrUzn21aPy1HSdcsjT51fPdpMV8hkf5QQdHKs9VsAs3so5Vq5easdBbzmcifGcqfxfw</td>
|
||||
|
|
Loading…
Reference in New Issue