Skip to content

Commit c5ad380

Browse files
committed
rename brc20 type
1 parent 6182c26 commit c5ad380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tee-worker/litentry/core/credentials/src/brc20/amount_holder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use std::vec::Vec;
2424

2525
const VC_BRC20_AMOUNT_HOLDER_DESCRIPTIONS: &str =
2626
"The amount of a particular token you are holding";
27-
const VC_BRC20_AMOUNT_HOLDER_TYPE: &str = "Token holding amount";
27+
const VC_BRC20_AMOUNT_HOLDER_TYPE: &str = "Token holding amount list";
2828

2929
// Keep all name in lowercase here by purpose
3030
const BRC20_TOKENS: [&str; 7] = ["ordi", "sats", "rats", "mmss", "long", "cats", "btcs"];

0 commit comments

Comments
 (0)