diff --git a/src/database/attributes.go b/src/database/attributes.go index a279b35..e95b908 100644 --- a/src/database/attributes.go +++ b/src/database/attributes.go @@ -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, },