|
@@ -44,7 +44,7 @@ A new operation called DATA is proposed that allows accounts to send data to ano
|
|
|
- Account Balance = Account Balance - Quantity
|
|
|
- Signer Balance = Signer Balance - Fee
|
|
|
- Account NOperation = Account NOperation + 1
|
|
|
-- Destination Balance = Destination Balance + 1
|
|
|
+- Destination Balance = Destination Balance + Quantity
|
|
|
|
|
|
**NOTE**
|
|
|
It's important to note that this operation only transfers data between accounts, not PASC or PASA. Since nodes delete these operations after 100 blocks, it's up to Layer-2 applications to ensure they are persisted separately.
|