Skip to content

Commit

Permalink
patch tendermint from pr 5141 and 6204 (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaorongqiang authored May 6, 2023
1 parent ae807e3 commit 54efd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download_tendermint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ target_path=$1
if [[ ! -d "${target_path}/.git" ]]; then
rm -rf $target_path
url='https://github.com/FindoraNetwork/tendermint.git'
git clone -b findora-v0.33.9p2 --depth=1 $url $target_path
git clone -b findora-v0.33.9p3 --depth=1 $url $target_path
fi

0 comments on commit 54efd20

Please sign in to comment.