You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a bit confused: to create_associated_token_account takes forever, I think it's because it's a transaction without priority fee?
Simply creating a associated_token_account should not cost money... it's so you can make a buy transaction!!!
Please help... I've added the solders.transaction everywhere but it seems to be even slower then before
And the await client.confirm_transaction(tx_ata.value, commitment="confirmed") seems to take forever ...
Please help!
regards,
Marco
The text was updated successfully, but these errors were encountered:
I am a bit confused: to create_associated_token_account takes forever, I think it's because it's a transaction without priority fee?
Simply creating a associated_token_account should not cost money... it's so you can make a buy transaction!!!
Please help... I've added the solders.transaction everywhere but it seems to be even slower then before
And the await client.confirm_transaction(tx_ata.value, commitment="confirmed") seems to take forever ...
Please help!
regards,
Marco
The text was updated successfully, but these errors were encountered: