mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
dcr: Always fetch the current dir path. (#2242)
* dcr: Always fetch the current dir path. On ios devices the path will change between updates breaking decred. Never save the path and always check to ensure it is up to date. Previous wallets were also not creating a directory in the correct place. Move those when found. * Update cw_decred/lib/wallet_service.dart * dcr: Update libwallet dep. --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
17d99e5451
commit
65402ba1eb
5 changed files with 92 additions and 28 deletions
|
@ -7,7 +7,7 @@ cd "$(dirname "$0")"
|
|||
CW_DECRED_DIR=$(realpath ../..)/cw_decred
|
||||
LIBWALLET_PATH="${PWD}/decred/libwallet"
|
||||
LIBWALLET_URL="https://github.com/decred/libwallet.git"
|
||||
LIBWALLET_VERSION="dba5327d35cb5d5d1ff113b780869deee154511f"
|
||||
LIBWALLET_VERSION="05f8d7374999400fe4d525eb365c39b77d307b14"
|
||||
|
||||
if [[ -e $LIBWALLET_PATH ]]; then
|
||||
rm -fr $LIBWALLET_PATH || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue