Skip to content

Commit 23b20ad

Browse files
ozgunozerkbrozorec
andcommitted
Update content/stellar-contracts/tokens/rwa/rwa.mdx
Co-authored-by: Boyan Barakov <9572072+brozorec@users.noreply.github.com>
1 parent af8b8c5 commit 23b20ad

File tree

1 file changed

+1
-1
lines changed
  • content/stellar-contracts/tokens/rwa

1 file changed

+1
-1
lines changed

content/stellar-contracts/tokens/rwa/rwa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ When implementing RWA tokens, consider the following security aspects:
507507
1. **Authorization**: All administrative functions expect RBAC checks to be enforced on the `operator` parameter
508508
2. **Identity Verification**: Always verify identities before allowing token operations
509509
3. **Compliance Validation**: Ensure compliance rules are properly configured before enabling transfers
510-
4. **Freezing**: Use freezing mechanisms carefully as they can lock user funds
510+
4. **Freezing**: Use freezing mechanisms carefully as they lock user funds
511511
5. **Recovery**: Recovery operations should have strict authorization and verification
512512
6. **Pausability**: The pause mechanism should only be accessible to authorized administrators
513513
7. **Contract Upgrades**: Consider using immutable periphery contracts or implementing upgrade mechanisms carefully

0 commit comments

Comments
 (0)