Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Lost this in cd10912; #2399
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 15, 2014
1 parent f3daf9c commit 2a47779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/masspay.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def assess_fee(self):
while 1:
net -= D('0.01')
fee = round_(net * D('0.02'))
fee = min(fee, self.fee_cap)
gross = net + fee
if gross <= target:
break
Expand Down

0 comments on commit 2a47779

Please sign in to comment.