hhanh00/zcash-sync

Is `sign` no longer supported?

Closed this issue · 1 comments

I'm interested in offline signing but the sign tool seems to be commented out in Cargo.toml. If I uncomment it and try to build it, I get a compilation error. Is it no longer supported?

Thanks!

It's been deprecated in favor of using the YWallet UI. But it's not difficult to bring it back since it's just a thin wrapper around the sign fn. I may fix the code when I have the time.