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'm making nodejs application and running cardano stack.
cardano-node (1.18.0)
cardano-submit-api (2.1.0)
I did this test and got raw transaction
when i push this transaction to cardano-submit-api, I got
"The era of the node and the tx do not match. The node is running in the Shelley era, but the transaction is for the Byron era."
error.
I think this is because of shelly hard fork
How can I make complete transaction?
Or any recent javascript library?
The text was updated successfully, but these errors were encountered:
I'm making nodejs application and running cardano stack.
I did this test and got raw transaction
when i push this transaction to cardano-submit-api, I got
"The era of the node and the tx do not match. The node is running in the Shelley era, but the transaction is for the Byron era."
error.
I think this is because of shelly hard fork
How can I make complete transaction?
Or any recent javascript library?
The text was updated successfully, but these errors were encountered: