From 6447cdb1b70400d4333705e5c7dc5eb96ce230bd Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Mon, 17 Jun 2019 15:39:35 +0200 Subject: [PATCH] Switch from TREZOR to Trezor according to new design guidelines #201 --- build/text/about | 2 +- docs/api.md | 6 +++--- server/public_test.go | 2 +- static/templates/base.html | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/text/about b/build/text/about index bc1f8cf0..71c44dc9 100644 --- a/build/text/about +++ b/build/text/about @@ -1 +1 @@ -Blockbook - blockchain indexer for TREZOR wallet https://trezor.io/. Do not use for any other purpose. +Blockbook - blockchain indexer for Trezor wallet https://trezor.io/. Do not use for any other purpose. diff --git a/docs/api.md b/docs/api.md index 0273c1ee..7c95fbc2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -77,7 +77,7 @@ Response: "mempoolSize": 17348, "decimals": 8, "dbSize": 191887866502, - "about": "Blockbook - blockchain indexer for TREZOR wallet https://trezor.io/. Do not use for any other purpose." + "about": "Blockbook - blockchain indexer for Trezor wallet https://trezor.io/. Do not use for any other purpose." }, "backend": { "chain": "main", @@ -527,7 +527,7 @@ Response: ] } ``` -_Note: Blockbook always follows the main chain of the backend it is attached to. If there is a rollback-reorg in the backend, Blockbook will also do rollback. When you ask for block by height, you will always get the main chain block.If you ask for block by hash, you may get the block from another fork but it is not guaranteed (backend may not keep it)_ +_Note: Blockbook always follows the main chain of the backend it is attached to. If there is a rollback-reorg in the backend, Blockbook will also do rollback. When you ask for block by height, you will always get the main chain block. If you ask for block by hash, you may get the block from another fork but it is not guaranteed (backend may not keep it)_ #### Send transaction @@ -578,4 +578,4 @@ The client can subscribe to the following events: There can be always only one subscription of given event per connection, i.e. new list of addresses replaces previous list of addresses. -_Note: If there is reorg on backend(blockchain), you will get a new block hash with the same or even smaller height if the reorg is deeper_ +_Note: If there is reorg on the backend (blockchain), you will get a new block hash with the same or even smaller height if the reorg is deeper_ diff --git a/server/public_test.go b/server/public_test.go index 54c51b63..72c43b81 100644 --- a/server/public_test.go +++ b/server/public_test.go @@ -691,7 +691,7 @@ func socketioTestsBitcoinType(t *testing.T, ts *httptest.Server) { { name: "socketio getInfo", req: socketioReq{"getInfo", []interface{}{}}, - want: `{"result":{"blocks":225494,"testnet":true,"network":"fakecoin","subversion":"/Fakecoin:0.0.1/","coin_name":"Fakecoin","about":"Blockbook - blockchain indexer for TREZOR wallet https://trezor.io/. Do not use for any other purpose."}}`, + want: `{"result":{"blocks":225494,"testnet":true,"network":"fakecoin","subversion":"/Fakecoin:0.0.1/","coin_name":"Fakecoin","about":"Blockbook - blockchain indexer for Trezor wallet https://trezor.io/. Do not use for any other purpose."}}`, }, { name: "socketio estimateFee", diff --git a/static/templates/base.html b/static/templates/base.html index cecc88d9..0e747649 100644 --- a/static/templates/base.html +++ b/static/templates/base.html @@ -7,8 +7,8 @@ - - TREZOR {{.CoinLabel}} Explorer + + Trezor {{.CoinLabel}} Explorer @@ -16,7 +16,7 @@