Skip to content

Commit

Permalink
Merge pull request #108 from commerceblock/develop
Browse files Browse the repository at this point in the history
Release 1.0.7 - Commitment tool entry args
  • Loading branch information
Nikos Kostoulas authored Oct 14, 2019
2 parents b551c41 + c0903d5 commit 93bd1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ elif [[ "$1" == "signer2" ]]; then
go run $GOPATH/src/mainstay/cmd/txsigningtool/txsigningtool.go -pk $PRIV_2 -pkTopup $PRIV_TOPUP_2 -host $HOST_2 -hostMain $HOST_MAIN
elif [[ "$1" == "ocean_commitment" ]]; then
echo "Running commitment tool for Ocean"
go run $GOPATH/src/mainstay/cmd/commitmenttool/commitmenttool.go -ocean -privkey $COMMITMENT_PRIV -position $COMMITMENT_POS -authtoken $COMMITMENT_AUTH -apiHost $MAINSTAY_HOST
go run $GOPATH/src/mainstay/cmd/commitmenttool/commitmenttool.go -ocean -privkey $COMMITMENT_PRIV -position $COMMITMENT_POS -authtoken $COMMITMENT_AUTH -apiHost $MAINSTAY_HOST -delay $COMMITMENT_DELAY
else
$@
fi

0 comments on commit 93bd1fd

Please sign in to comment.