Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 19, 2025
1 parent 53cadf4 commit 28f1814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bats/helpers/lxly-bridge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function claim_tx_hash() {
readonly current_deposit=$(mktemp)
jq '.[(0|tonumber)]' $bridge_deposit_file | tee $current_deposit
readonly current_proof=$(mktemp)
echo ".... requesting merkel proof for $tx_hash deposit_cnt=$curr_deposit_cnt network_id: $curr_network_id" >&3
echo ".... requesting merkle proof for $tx_hash deposit_cnt=$curr_deposit_cnt network_id: $curr_network_id" >&3
request_merkle_proof "$curr_deposit_cnt" "$curr_network_id" "$bridge_merkle_proof_url" "$current_proof"
echo "FILE current_deposit=$current_deposit"
echo "FILE bridge_deposit_file=$bridge_deposit_file"
Expand Down

0 comments on commit 28f1814

Please sign in to comment.