Skip to content

Commit 3a76600

Browse files
committed
dcr: Update libwallet dep.
1 parent ec1d4d3 commit 3a76600

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/android/build_decred.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
77
CW_DECRED_DIR=$(realpath ../..)/cw_decred
88
LIBWALLET_PATH="${PWD}/decred/libwallet"
99
LIBWALLET_URL="https://github.com/decred/libwallet.git"
10-
LIBWALLET_VERSION="dba5327d35cb5d5d1ff113b780869deee154511f"
10+
LIBWALLET_VERSION="05f8d7374999400fe4d525eb365c39b77d307b14"
1111

1212
if [[ -e $LIBWALLET_PATH ]]; then
1313
rm -fr $LIBWALLET_PATH || true

scripts/ios/build_decred.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
. ./config.sh
44
LIBWALLET_PATH="${EXTERNAL_IOS_SOURCE_DIR}/libwallet"
55
LIBWALLET_URL="https://github.com/decred/libwallet.git"
6-
LIBWALLET_VERSION="dba5327d35cb5d5d1ff113b780869deee154511f"
6+
LIBWALLET_VERSION="05f8d7374999400fe4d525eb365c39b77d307b14"
77

88
if [[ -e $LIBWALLET_PATH ]]; then
99
rm -fr $LIBWALLET_PATH

scripts/macos/build_decred.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
LIBWALLET_PATH="${EXTERNAL_MACOS_SOURCE_DIR}/libwallet"
66
LIBWALLET_URL="https://github.com/decred/libwallet.git"
7-
LIBWALLET_VERSION="dba5327d35cb5d5d1ff113b780869deee154511f"
7+
LIBWALLET_VERSION="05f8d7374999400fe4d525eb365c39b77d307b14"
88

99
echo "======================= DECRED LIBWALLET ========================="
1010

0 commit comments

Comments
 (0)