Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for override MIN_CONFIRMATIONS #1521

Open
gades opened this issue Jul 14, 2024 · 2 comments
Open

Option for override MIN_CONFIRMATIONS #1521

gades opened this issue Jul 14, 2024 · 2 comments

Comments

@gades
Copy link

gades commented Jul 14, 2024

The zCash network allows sending at least two shielded transactions without waiting for 10 confirmations, but the available balance and pending balance are calculated incorrectly. I made this adjustment, and now transactions can be sent more frequently than once every 10 confirmations.

piratecash/pcash-wallet-android@14861ae

@gades
Copy link
Author

gades commented Jul 14, 2024

Also, ywallet allow override this option too:
Screenshot 2024-07-14 at 19 37 00

@HonzaR
Copy link
Collaborator

HonzaR commented Jul 15, 2024

Hi @gades. Thank you for submitting the issue. The shielded transaction confirmations number is set to 1 in the SDK, but due to a Rust side issue, we need to wait for the upcoming update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants