cardanosharp-wallet
cardanosharp-wallet copied to clipboard
Issue with Version
I have a TestNet Daedalus acting as a node in my machine, and cardano-submit-api running on top of it When I try to submit a transaction created with Cardano Sharp I get a 500 and the following error on the Node
HandshakeError (Refused NodeToClientV_11 "version data mismatch: NodeToClientVersionData {networkMagic = NetworkMagic {unNetworkMagic = 1097911063}} /= NodeToClientVersionData {networkMagic = NetworkMagic {unNetworkMagic = 0}}")
I have also tried posting to https://submit-api.testnet.dandelion.link/api/submit/tx and also get a 500 (can't see the server error)
Any ideas? Seems to be something regarding the version, but I have the latest versions of Daeadalus and CardanoSharp