Skip to content

Commit 17fd9e2

Browse files
committed
revert temporary debug changes
1 parent 7dda9d4 commit 17fd9e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

demo.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ exec 4>&2
5656
_die() {
5757
# always output to stderr (copied to fd 4)
5858
printf "\n${C4}ERROR: %s${NC}\n" "$@" >&4
59-
cat "${TRACE_OUT}"
6059
exit 1
6160
}
6261

@@ -729,8 +728,8 @@ set_aliases
729728
trap cleanup EXIT
730729

731730
# install crates
732-
install_rust_crate "bp-wallet" "$BP_WALLET_VER" "$BP_WALLET_FEATURES" "--git https://github.com/BP-WG/bp-wallet --branch v0.12" # commit 139d936
733-
install_rust_crate "rgb-wallet" "$RGB_WALLET_VER" "$RGB_WALLET_FEATURES" "--path ../rgb-wallet/cli" # "--git https://github.com/RGB-WG/rgb --branch v0.12" # commit 55a814a
731+
install_rust_crate "bp-wallet" "$BP_WALLET_VER" "$BP_WALLET_FEATURES" "--git https://github.com/BP-WG/bp-wallet --branch v0.12" # commit 0d439062
732+
install_rust_crate "rgb-wallet" "$RGB_WALLET_VER" "$RGB_WALLET_FEATURES" "--git https://github.com/RGB-WG/rgb --branch v0.12" # commit 9ffff7fb
734733

735734
mkdir "$CONTRACT_DIR"
736735

@@ -768,7 +767,7 @@ scenario_0() { # default
768767
check_balance wallet_0 2000 collectible
769768
# transfers
770769
transfer_aborted wallet_0/wallet_1 2000/0 100 1900/100 0 0 usdt # aborted
771-
transfer_assets wallet_0/wallet_1 2000/0 100 1900/100 0 0 usdt # retried
770+
transfer_assets wallet_0/wallet_1 2000/0 100 1900/100 0 1 usdt # retried
772771
transfer_assets wallet_0/wallet_1 2000/0 200 1800/200 0 0 collectible # CFA
773772
transfer_assets wallet_0/wallet_1 1900/100 200 1700/300 1 0 usdt # change, witness
774773
transfer_assets wallet_1/wallet_2 300/0 250 50/250 0 0 usdt # spend both received allocations

0 commit comments

Comments
 (0)