Skip to content

Commit 613fc06

Browse files
DCP0006: Fix typo (TPE -> TEP).
1 parent ca2bc40 commit 613fc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcp-0006/dcp-0006.mediawiki

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Additional consensus enforced characteristics:
281281
** <code>sum(yes votes) + sum (no votes) >= MinRequiredVotes</code>
282282
* A <code>treasury spend</code> transaction shall not be allowed in a block if it does not reach enough yes votes which is calculated as follows: (sum(votes cast) + sum(possible remaining votes)) * TVRM / TVRD
283283
* A <code>treasury spend</code> transaction shall not deplete the entire treasury. The treasury balance shall not become negative.
284-
* The sum of all <code>treasury spend</code> transactions within the most recent TPE shall not exceed 150% of avg(sum(<code>treasury spends</code>), TEW).
284+
* The sum of all <code>treasury spend</code> transactions within the most recent TEP shall not exceed 150% of avg(sum(<code>treasury spends</code>), TEW).
285285
* A <code>treasury spend</code> transaction shall not be allowed in a block if the secp256k1 public key is not well-known (encoded in chain parameters).
286286
* A <code>treasury spend</code> transaction shall not be allowed in a block if the Schnorr signature of the transaction does not match the provided well-known public key. The <code>treasury spend</code> transaction hash shall be calculated via the <code>SigHashAll</code> method.
287287

0 commit comments

Comments
 (0)