forked from rDrama/rDrama
1
0
Fork 0

remove USDC and USDT options on carp request

master
Aevann 2023-11-16 16:19:47 +02:00
parent e3d5fb60a2
commit 6502cca87f
3 changed files with 1 additions and 11 deletions

View File

@ -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:

View File

@ -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>

View File

@ -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>