Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: zolia <[email protected]>
  • Loading branch information
chompomonim and zolia authored Oct 14, 2019
1 parent 7a44698 commit c573479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smart-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Main functions of Registry:
`registerAccountant` function (in payload 0xf4c1a1f6) is registering new accountant and requires such attributes:
* `_accountantOperator`: address of account which will operate accountant smart contract and sign all off-chain messages on his behalf.
* `_stakeAmount`: amount of tokens (in wei) to be staked by accountant as security deposit.
* `_accountantFee`: fee in subprocents (2.5% = 250) which will be charged during promise settlement (in provider channel).
* `_accountantFee`: fee in fractional percentage (2.5% = 250) which will be charged during promise settlement (in provider channel).

#### Get channel address
`getChannelAddress` function gets `identityHash` (hash of identity's public key) and `accountantId` as parametera and returns its topup channel address.
Expand Down

0 comments on commit c573479

Please sign in to comment.