summaryrefslogtreecommitdiff
path: root/packages/anastasis-core/src/reducer-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-04-13 08:55:35 +0200
committerFlorian Dold <florian@dold.me>2022-04-13 08:55:35 +0200
commit2c3aeabed100fb16c33171c005aa41b026eccca1 (patch)
treebb5a5fe61842734ee7fb5fc80f04428776720a9a /packages/anastasis-core/src/reducer-types.ts
parenta74bd998f1702111358bb48305654990b6a02c84 (diff)
downloadwallet-core-2c3aeabed100fb16c33171c005aa41b026eccca1.tar.gz
wallet-core-2c3aeabed100fb16c33171c005aa41b026eccca1.tar.bz2
wallet-core-2c3aeabed100fb16c33171c005aa41b026eccca1.zip
anastasis: salt rename
Diffstat (limited to 'packages/anastasis-core/src/reducer-types.ts')
-rw-r--r--packages/anastasis-core/src/reducer-types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/anastasis-core/src/reducer-types.ts b/packages/anastasis-core/src/reducer-types.ts
index 03b40e4bd..5b5f40297 100644
--- a/packages/anastasis-core/src/reducer-types.ts
+++ b/packages/anastasis-core/src/reducer-types.ts
@@ -266,7 +266,7 @@ export interface TruthMetaData {
/**
* Truth-specific salt.
*/
- truth_salt: string;
+ master_salt: string;
}
export interface ReducerStateError {
@@ -316,7 +316,7 @@ export interface AuthenticationProviderStatusOk {
currency: string;
http_status: 200;
liability_limit: string;
- salt: string;
+ provider_salt: string;
storage_limit_in_megabytes: number;
truth_upload_fee: string;
methods: MethodSpec[];