my bad had a math error with the fee calculation in that ms…
my bad had a math error with the fee calculation in that msg! should be a much more reasonable ~700k-ish sats if you try now.
(it wouldnt actually have charged that insane transaction fee btw, just had the wrong value in the pre-mint check 😅)
Replies
Is this the first time it happend? Why did it do it lol its special now🥹🤣
Is it anything special lol
Its still stuck on the spinning
just one thing leading to another. originally we werent counting up all the bytes in the image that gets minted when we prepared a mint, which is what was causing your first try to fail because it was passing our balance check, but then there werne't quite enough funds to actually inscribe the whole image.
so to fix that i added some code to calculate how big the tx was going to end up before we actually try to broadcast, but i had a math error in that code, so it was coming back with the huge numbers you were getting. [[devlife]]