浏览代码

PIP-0016: fixed typo

Herman Schoenfeld 7 年之前
父节点
当前提交
4f958827d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.