We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c64c6 commit d8aa997Copy full SHA for d8aa997
program_admin/__init__.py
@@ -283,7 +283,8 @@ async def sync(
283
if send_transactions:
284
transactions.append(
285
asyncio.create_task(
286
- self.send_transaction(product_instructions, product_keypairs)
+ self.send_transaction(
287
+ product_instructions, product_keypairs)
288
)
289
290
@@ -311,7 +312,9 @@ async def sync(
311
312
313
314
- self.send_transaction(price_instructions, price_keypairs)
315
316
+ price_instructions, price_keypairs
317
+ )
318
319
320
0 commit comments