Update app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ async def broadcast_transaction(payload: TransactionPayload):
|
|
| 271 |
|
| 272 |
response = solana_client.send_raw_transaction(raw_tx,opts=TxOpts(
|
| 273 |
|
| 274 |
-
skip_preflight=
|
| 275 |
preflight_commitment="processed"
|
| 276 |
))
|
| 277 |
|
|
|
|
| 271 |
|
| 272 |
response = solana_client.send_raw_transaction(raw_tx,opts=TxOpts(
|
| 273 |
|
| 274 |
+
skip_preflight=True,
|
| 275 |
preflight_commitment="processed"
|
| 276 |
))
|
| 277 |
|