[#1578] Switch to production Zcash SDK v2.2.3

Closes #1578
This commit is contained in:
Honza Rychnovský 2024-09-11 08:56:24 +02:00 committed by GitHub
parent 44deb1ce59
commit 85a545b229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ ZXING_VERSION=3.5.3
ZCASH_BIP39_VERSION=1.0.8
# WARNING: Ensure a non-snapshot version is used before releasing to production
ZCASH_SDK_VERSION=2.2.3-SNAPSHOT
ZCASH_SDK_VERSION=2.2.3
# Toolchain is the Java version used to build the application, which is separate from the
# Java version used to run the application.