Skip to content

Commit

Permalink
Addresses of user accounts are strictly less than addresses of smart …
Browse files Browse the repository at this point in the history
…contracts.

Co-authored-by: NicNomadic <[email protected]>
  • Loading branch information
timothymcmackin and NicNomadic authored Jan 11, 2024
1 parent 53b730f commit 61272d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smart-contracts/logic/comparing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ How values are compared depends on the type of the values:
- Strings, `bytes`, `key_hash`, `key`, `signature` and `chain_id` values are compared lexicographically.
- Boolean values are compared so that false is strictly less than true.
- Address are compared as follows:
- Addresses of user accounts are strictly less than addresses of smart contract accounts.
- Addresses of user accounts are strictly less than addresses of smart contracts.
- Addresses of the same type are compared lexicographically.
- Pair values (and therefore records) are compared component by component, starting with the first component.
- Options are compared as follows:
Expand Down

0 comments on commit 61272d1

Please sign in to comment.