mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-07 13:17:57 -05:00
📝 docs(attributes.go): update description of AttributeNonCustodialWallet to remove mention of decentralized exchanges
The previous description of AttributeNonCustodialWallet mentioned that non-custodial wallets are usually provided by decentralized crypto exchanges like Uniswap or Sushiswap. However, this is not always the case as non-custodial wallets can be used independently of any specific exchange. This commit updates the description to remove the mention of decentralized exchanges and provide a more accurate definition of a non-custodial wallet.
This commit is contained in:
parent
0e42b2ae56
commit
aed76f0db3
@ -163,7 +163,7 @@ var ServiceAttributes = AttributeMap{
|
||||
|
||||
AttributeNonCustodialWallet: {
|
||||
Title: "Non-custodial wallet",
|
||||
Description: "A non-custodial wallet is a type of crypto wallet where the user holds and manages the private keys to the wallet and the assets in custody. The user is responsible for safeguarding their funds, and they are the only ones with access to their private keys. Non-custodial wallets are usually provided by decentralized crypto exchanges like Uniswap or Sushiswap. Using a non-custodial wallet requires no trust in any institution.",
|
||||
Description: "A non-custodial wallet is a type of crypto wallet where the user holds and manages the private keys to the wallet and the assets in custody. The user is responsible for safeguarding their funds, and they are the only ones with access to their private keys. Using a non-custodial wallet requires no trust in any institution.",
|
||||
Rating: AttributeRatingGood,
|
||||
ID: AttributeNonCustodialWallet,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user