From c5ad380370478df6d5063a8e117f9102274a0b50 Mon Sep 17 00:00:00 2001 From: zhouhuitian Date: Mon, 25 Dec 2023 08:52:17 +0000 Subject: [PATCH] rename brc20 type --- tee-worker/litentry/core/credentials/src/brc20/amount_holder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tee-worker/litentry/core/credentials/src/brc20/amount_holder.rs b/tee-worker/litentry/core/credentials/src/brc20/amount_holder.rs index ddd3d4659c..b70173ac3b 100644 --- a/tee-worker/litentry/core/credentials/src/brc20/amount_holder.rs +++ b/tee-worker/litentry/core/credentials/src/brc20/amount_holder.rs @@ -24,7 +24,7 @@ use std::vec::Vec; const VC_BRC20_AMOUNT_HOLDER_DESCRIPTIONS: &str = "The amount of a particular token you are holding"; -const VC_BRC20_AMOUNT_HOLDER_TYPE: &str = "Token holding amount"; +const VC_BRC20_AMOUNT_HOLDER_TYPE: &str = "Token holding amount list"; // Keep all name in lowercase here by purpose const BRC20_TOKENS: [&str; 7] = ["ordi", "sats", "rats", "mmss", "long", "cats", "btcs"];