I was following the docs and currently trying to run the counter-cli dapp but when I try to send some tDust from my lace wallet I get shown this error There was an error proving the transaction: TypeError: Failed to fetch
What is the reason for this error? What does it mean? How do I fix this? This also happened when I tried sending to the example address given in the earlier stages of the doc, did I miss something there too?
1 Like
To me, --network testnet-02 looks wrong.
Testnet-02 has replaced testnet, so I would update that and I bet the transaction would run.
[Unit]
Description=Midnight Network Proof Server
After=docker.service
Requires=docker.service
[Service]
ExecStart=/usr/bin/docker run -p 6300:6300 midnightnetwork/proof-server -- 'midnight-proof-server --network testnet-02'
Restart=always
RestartSec=5
[Install]
WantedBy=default.target
1 Like