From 7aa85939416689f6542e1e4c595a0aaf81937803 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 19 Sep 2016 18:14:48 +0200 Subject: [PATCH] store config in /var/tmp --- src/trezor/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trezor/config.py b/src/trezor/config.py index 8670bc7e..8eee4396 100644 --- a/src/trezor/config.py +++ b/src/trezor/config.py @@ -18,7 +18,7 @@ else: # emulator (mock implementation using binary file) import ustruct _mock = {} - _file = 'trezor.config' + _file = '/var/tmp/trezor.config' def _load(): try: