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 also checked the following query on db-sync and got the same value from CardanoScan, so I suppose there's some problem when reading the fees from the Byron-era blocks:
SELECT fee FROM tx WHERE decode('336d520af58ff440b2f20210ddb5ef5b2c035e0ec7ec258bae4b519a87fa1696', 'hex') = hash
The text was updated successfully, but these errors were encountered:
This command will get the latest transaction from Byron-era in mainnet:
which produces the following output, where we can also see the first TX from the Shelly-era
The fee for the Byron TX is zero, but according to CardanoScan, the transaction has fees:
https://cardanoscan.io/transaction/336d520af58ff440b2f20210ddb5ef5b2c035e0ec7ec258bae4b519a87fa1696
I also checked the following query on db-sync and got the same value from CardanoScan, so I suppose there's some problem when reading the fees from the Byron-era blocks:
The text was updated successfully, but these errors were encountered: