mirror of
https://github.com/grassrootseconomics/erc20-pool.git
synced 2024-11-07 06:26:47 +01:00
Correct typo in fees section
This commit is contained in:
commit
e845f2c3ff
@ -79,7 +79,7 @@ Using the `setFee` method, a fee may be specified, in parts-per-million, to be d
|
||||
|
||||
The fee will be deducted from the input token _before_ the value is sent to the "quoter" (if defined).
|
||||
|
||||
Fee is defined in _parts-per-million_, i.e. `1000000` equals `100%`. Any value less than 1000000 is value.
|
||||
Fee is defined in _parts-per-million_, i.e. `1000000` equals `100%`. Any value less than `1000000` is valid.
|
||||
|
||||
|
||||
### Fee recipient
|
||||
@ -88,11 +88,12 @@ By default, all deducted fees are credited to the pool contract.
|
||||
|
||||
Using the `setFeeAddress` method, an external beneficiary for the fees may be defined. That beneficiary will receive all fees _from that moment on_.
|
||||
|
||||
Fees to be paid externally are accounted for internally in the contract, and may be withdrawn at any time using either the `withdraw(outToken)` or `withdraw(outToken, value)` method. (Note the difference in method signature from the exchange method: `withdraw(outToken, inToken, value)`.
|
||||
|
||||
|
||||
#### Withdrawing fees
|
||||
|
||||
Fees to be paid externally are accounted for internally in the contract, and may be withdrawn at any time using either the `withdraw(outToken)` or `withdraw(outToken, value)` method. (Note the difference in method signature from the exchange method: `withdraw(outToken, inToken, value)`.
|
||||
|
||||
|
||||
|
||||
## Sealing the contract
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user