From d24368e505d3f105d218560791d3a28f56f7cb2e Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 11 Jul 2019 14:28:32 +0200 Subject: [PATCH] Modifies server default to btc.pisa.watch --- pisa-btc/apps/cli/__init__.py | 4 ++-- pisa-btc/apps/cli/example_appointment_data.json | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 pisa-btc/apps/cli/example_appointment_data.json diff --git a/pisa-btc/apps/cli/__init__.py b/pisa-btc/apps/cli/__init__.py index 80f7942..aee318c 100644 --- a/pisa-btc/apps/cli/__init__.py +++ b/pisa-btc/apps/cli/__init__.py @@ -1,5 +1,5 @@ # PISA-SERVER -DEFAULT_PISA_API_SERVER = '35.177.25.32' +DEFAULT_PISA_API_SERVER = 'btc.pisa.watch' DEFAULT_PISA_API_PORT = 9814 # PISA-CLI @@ -7,4 +7,4 @@ CLIENT_LOG_FILE = 'pisa.log' # CRYPTO SUPPORTED_HASH_FUNCTIONS = ["SHA256"] -SUPPORTED_CIPHERS = ["AES-GCM-128"] \ No newline at end of file +SUPPORTED_CIPHERS = ["AES-GCM-128"] diff --git a/pisa-btc/apps/cli/example_appointment_data.json b/pisa-btc/apps/cli/example_appointment_data.json deleted file mode 100644 index f6d1d6b..0000000 --- a/pisa-btc/apps/cli/example_appointment_data.json +++ /dev/null @@ -1,6 +0,0 @@ -{ "tx": "010000000169543735041bf9ec8fb78dc239cf0d037b9f9ad32fcb07f0cac8400b497b1993000000006b483045022100e2d583234a6ddad4e91c40f2dfb941e34c8f3baa44c5ca45c4bd6c7b86c3b5a502200e087324dee7b506355107d593789bccce9f44bc00902b2ced2383ebe4ee53de0121035bd3a3ba5ede8b8479d0f17a8bb4229c7873eddd6ccc4c73fab66114123cdca6ffffffff01e02a734a000000001976a914a30600995cc5e707c30d472c3fbf1c397c4b787888ac00000000", - "tx_id": "30b586f13e5b7c93be9993cf96939317977776fb609ec1246c131fad6727b02b", - "start_time": 1568242, - "end_time": 1568245, - "dispute_delta": 20 -} \ No newline at end of file