You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** <code>sum(yes votes) + sum (no votes) >= MinRequiredVotes</code>
282
282
* 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
283
283
* 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).
285
285
* 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).
286
286
* 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.
0 commit comments