update monero_c to fix unreachable wownero git hosting (#1534)

* update monero_c commit

* fix: no element in getAllUnusedSubAddresses

* fix: Wallet created with empty seed and 0 as private key

The error that was there is caused when
wallet is being created, but it errors out, so better handling of errors should be all that's needed, as it is not an error on it's
own, but rather lack of handling.

* fix: create transaction multi dest function is missing

* update monero_c hash

* fix: receiving on 2 different addresses shows as 1
This commit is contained in:
cyan 2024-07-19 21:26:15 +02:00 committed by GitHub
parent d6c5b84188
commit c0cd68a823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 54 deletions

View file

@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
cd monero_c
git checkout eaa7bdb8be3479418445ddb18bf33d453f64afcf
git checkout d1e246aaf4c53b60ff9e4ab4a4ac3ae4a1f94a33
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero