Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 9 forks source link

Option for override MIN_CONFIRMATIONS #1521

Open gades opened 1 month ago

gades commented 1 month ago

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.

https://github.com/piratecash/pcash-wallet-android/commit/14861ae5a8bc46a848b73fed906506ef3e2f531a

gades commented 1 month ago

Also, ywallet allow override this option too:

Screenshot 2024-07-14 at 19 37 00
HonzaR commented 1 month ago

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.