aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-14 08:15:48 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-14 08:15:48 +0800
commitd4b41f691ece5d5b436631d8202e89dfc3c2a813 (patch)
treed9a9a4a70353e17c487f8b0a424aa728f6c5f324
parent03254680c985aac2163a240ad195bafd123d52b5 (diff)
downloadtangerine-wallet-browser-d4b41f691ece5d5b436631d8202e89dfc3c2a813.tar.gz
tangerine-wallet-browser-d4b41f691ece5d5b436631d8202e89dfc3c2a813.tar.zst
tangerine-wallet-browser-d4b41f691ece5d5b436631d8202e89dfc3c2a813.zip
remove trezor script
-rwxr-xr-xstart-trezor10
1 files changed, 0 insertions, 10 deletions
diff --git a/start-trezor b/start-trezor
deleted file mode 100755
index 1c4630b7c..000000000
--- a/start-trezor
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# stop any existing instance of trezord
-killall trezord
-
-# start the bridge for the simulator
-/Applications/Utilities/TREZOR\ Bridge/trezord -e 21324 >> /dev/null 2>&1 &
-
-# launch simulator
-/Users/bruno/repos/trezor-core/emu.sh \ No newline at end of file