|
@@ -31,13 +31,13 @@ This operation will be composed of the following fields:
|
|
|
- **Signer**: the account which pays both fees
|
|
|
- **Signature**: ECDSA signature of entire operation
|
|
|
|
|
|
-**CONSENSUS RULES**
|
|
|
+**Consensus Rules**
|
|
|
- The Developer Fee must equal 1 PASC
|
|
|
- The Signer Account balance must greater than or equal to (Fee + Developer Fee)
|
|
|
- The public keys for Signer Account and Account must be identical
|
|
|
- The Signature must be well-formed ECDSA signature verifiable using Signer Account's public key
|
|
|
|
|
|
-**MUTATION RULES**
|
|
|
+**Mutation Rules**
|
|
|
- Account.State is changed to new state called ```CERTIFIED```
|
|
|
- Account.LockedUntilBlock field is changed to ```CURRENT BLOCK NUMBER + 2102400```, which is 20 years from the date minted into a block.
|
|
|
- The Developer Fee is transferred from Signer Account to account 0-10
|