get_spend_proof Error: failed to parse tx from blob #40

Closed
opened 6 years ago by itssteven · 3 comments
itssteven commented 6 years ago (Migrated from github.com)
Owner

Everything was okay with the original commit, but after rebuilding I get this error when trying to get_spend_proof. I've tried 'reinstalling' everything to no avail.

Everything was okay with the original commit, but after rebuilding I get this error when trying to get_spend_proof. I've tried 'reinstalling' everything to no avail.
wowario commented 6 years ago (Migrated from github.com)
Owner

Have you tried checking out the release-v0.2.1.0 branch and creating a new wallet from seed?

Have you tried checking out the `release-v0.2.1.0` branch and creating a new wallet from seed?
stoffu commented 6 years ago (Migrated from github.com)
Owner

That's due to the daemon RPC command /gettransactions being called with req.prune = true. All the occurrences of it in wallet2.cpp should be replaced by req.prune = false, which is the case with Monero (pending https://github.com/monero-project/monero/pull/3890).

That's due to the daemon RPC command `/gettransactions` being called with `req.prune = true`. All the occurrences of it in wallet2.cpp should be replaced by `req.prune = false`, which is the case with Monero (pending https://github.com/monero-project/monero/pull/3890).
itssteven commented 6 years ago (Migrated from github.com)
Owner

I didn't realise I had to git clone --recursive -b release-v0.2.1.0 https://github.com/wownero/wownero.git

Works now :) Thanks

I didn't realise I had to `git clone --recursive -b release-v0.2.1.0 https://github.com/wownero/wownero.git ` Works now :) Thanks
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wownero/wownero#40
Loading…
There is no content yet.