Skip to content

Commit

Permalink
Merge pull request NebulousLabs#2408 from starius/fees
Browse files Browse the repository at this point in the history
fix docs about sums of Valid and Missed outputs
  • Loading branch information
lukechampine authored Oct 7, 2017
2 parents 3a3ace1 + ec1a86f commit cce1680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/filecontracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ type (
// 'WindowStart' and 'WindowEnd'. Upon submitting the proof, the outputs
// for 'ValidProofOutputs' are created. If the party does not submit a
// storage proof by 'WindowEnd', then the outputs for 'MissedProofOutputs'
// are created instead. The sum of 'MissedProofOutputs' must equal
// 'Payout', and the sum of 'ValidProofOutputs' must equal 'Payout' plus
// the siafund fee. This fee is sent to the siafund pool, which is a set
// of siacoins only spendable by siafund owners.
// are created instead. The sum of 'MissedProofOutputs' and the sum of
// 'ValidProofOutputs' must equal 'Payout' minus the siafund fee. This fee
// is sent to the siafund pool, which is a set of siacoins only spendable
// by siafund owners.
//
// Under normal circumstances, the payout will be funded by both the host and
// the renter, which gives the host incentive not to lose the file. The
Expand Down

0 comments on commit cce1680

Please sign in to comment.