Browse Source

PIP-0016: fixed typo

Herman Schoenfeld 7 years ago
parent
commit
4f958827d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PIP/PIP-0016.md

+ 1 - 1
PIP/PIP-0016.md

@@ -44,7 +44,7 @@ A new operation called DATA is proposed that allows accounts to send data to ano
 - Account Balance = Account Balance - Quantity
 - Account Balance = Account Balance - Quantity
 - Signer Balance = Signer Balance - Fee
 - Signer Balance = Signer Balance - Fee
 - Account NOperation = Account NOperation + 1
 - Account NOperation = Account NOperation + 1
-- Destination Balance = Destination Balance + 1  
+- Destination Balance = Destination Balance + Quantity  
 
 
 **NOTE**
 **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. 
 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.