From 27d14013f95eeebda7db8de8fbc559b04adbdc9b Mon Sep 17 00:00:00 2001 From: Mohsan Riaz Date: Tue, 7 Feb 2023 19:03:52 +0500 Subject: [PATCH 1/2] Update APDUSPEC.md --- docs/APDUSPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/APDUSPEC.md b/docs/APDUSPEC.md index 8a87bd9..80d0464 100644 --- a/docs/APDUSPEC.md +++ b/docs/APDUSPEC.md @@ -113,7 +113,7 @@ The general structure of commands and responses is as follows: | Field | Type | Content | Note | | ------- | --------- | ----------- | ------------------------ | | PK | byte (32) | Public Key | | -| ADDR | byte (??) | DOT address | | +| ADDR | byte (??) | CAPS address| | | SW1-SW2 | byte (2) | Return code | see list of return codes | --- From b5234acb3dfedda8464f090a7ead772ea2ddee77 Mon Sep 17 00:00:00 2001 From: Mohsin Riaz Date: Thu, 9 Feb 2023 12:24:56 +0500 Subject: [PATCH 2/2] switch to mainnet --- app/src/substrate/substrate_coin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/substrate/substrate_coin.h b/app/src/substrate/substrate_coin.h index 2b17a73..1996a45 100644 --- a/app/src/substrate/substrate_coin.h +++ b/app/src/substrate/substrate_coin.h @@ -72,7 +72,7 @@ typedef enum { #define COIN_AMOUNT_DECIMAL_PLACES 18 -#define COIN_GENESIS_HASH "b830bd7275da92f5064e9fead7605a63d2a8c6841267b96f57122867ac9a3abc" +#define COIN_GENESIS_HASH "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e" #define COIN_NAME "Ternoa" #define COIN_TICKER "CAPS "