소스 검색

PIP-0017: minor exits

Herman Schoenfeld 7 년 전
부모
커밋
da4fb182e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      PIP/PIP-0017.md

+ 2 - 2
PIP/PIP-0017.md

@@ -127,10 +127,10 @@ SenderCount > 0
 RecipientCount > 0
 ```
 
-- Ensure all senders have enough to send and pay fee
+- Ensure all senders have enough to send
 ```
 for-all s in Senders 
-    SafeBox.Accounts[s.Account].Balance >= s.Quantity + UnitFee
+    SafeBox.Accounts[s.Account].Balance >= s.Quantity
 ```
 
 - Ensure the amount being spent balances the amount being received