File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd "$(dirname "$0")"
7
7
CW_DECRED_DIR=$( realpath ../..) /cw_decred
8
8
LIBWALLET_PATH=" ${PWD} /decred/libwallet"
9
9
LIBWALLET_URL=" https://github.com/decred/libwallet.git"
10
- LIBWALLET_VERSION=" dba5327d35cb5d5d1ff113b780869deee154511f "
10
+ LIBWALLET_VERSION=" 05f8d7374999400fe4d525eb365c39b77d307b14 "
11
11
12
12
if [[ -e $LIBWALLET_PATH ]]; then
13
13
rm -fr $LIBWALLET_PATH || true
Original file line number Diff line number Diff line change 3
3
. ./config.sh
4
4
LIBWALLET_PATH=" ${EXTERNAL_IOS_SOURCE_DIR} /libwallet"
5
5
LIBWALLET_URL=" https://github.com/decred/libwallet.git"
6
- LIBWALLET_VERSION=" dba5327d35cb5d5d1ff113b780869deee154511f "
6
+ LIBWALLET_VERSION=" 05f8d7374999400fe4d525eb365c39b77d307b14 "
7
7
8
8
if [[ -e $LIBWALLET_PATH ]]; then
9
9
rm -fr $LIBWALLET_PATH
Original file line number Diff line number Diff line change 4
4
5
5
LIBWALLET_PATH=" ${EXTERNAL_MACOS_SOURCE_DIR} /libwallet"
6
6
LIBWALLET_URL=" https://github.com/decred/libwallet.git"
7
- LIBWALLET_VERSION=" dba5327d35cb5d5d1ff113b780869deee154511f "
7
+ LIBWALLET_VERSION=" 05f8d7374999400fe4d525eb365c39b77d307b14 "
8
8
9
9
echo " ======================= DECRED LIBWALLET ========================="
10
10
You can’t perform that action at this time.
0 commit comments