Skip to content

Commit

Permalink
Remove stray validation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 3, 2023
1 parent fbd5565 commit 93ba482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tips/TIP-0052/tip-0052.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ A Multi Address is only valid if all of the following conditions hold:
- The addresses must be lexically ordered and unique based on the contained serialized address.
- `Weight >= 1`, for each `Weight` of contained `Addresses`.
- `Cumulative Weight >= Threshold`, where `Cumulative Weight` is the sum of weight of all `Weight`s in `Addresses`.
`Cumulative Weight >= Threshold`.
- `Threshold >= 1`.

## Unlocks
Expand Down

0 comments on commit 93ba482

Please sign in to comment.