Skip to content

Commit

Permalink
fix: fix sdk testing scripts to clean tss db (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehemmerle authored Feb 9, 2023
1 parent e844830 commit 5e790bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/sdk-alice-tss.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: Use only for testing.
# Starts up a development threshold signing server using
# the development password for the kvdb.
rm -rf kvstore
echo tofnd_unsafe_password | ./target/release/server --alice
rm -rf .entropy/production/db/kvstore
./target/release/server --alice
4 changes: 2 additions & 2 deletions scripts/sdk-bob-tss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Starts up a development threshold signing server using
# the development password for the kvdb.
export ROCKET_PORT=3002
rm -rf bob
echo tofnd_unsafe_password | ./target/release/server --bob
rm -rf .entropy/production/db/bob
./target/release/server --bob

0 comments on commit 5e790bb

Please sign in to comment.