Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contracts: fix 'r' bonding curve parameter to match specification #241

Merged
merged 15 commits into from Aug 28, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Removing change I was tricked into changing.

  • Loading branch information
Freydal committed Aug 28, 2019
commit 6ef5fdb691e2ce1454dbd04fa0a81dc97130776c
@@ -8,12 +8,6 @@ import "@kosu/subcontract-sdk/contracts/SubContract.sol";
*/
contract OrderGateway {

/** @dev Creates a new OrderGateway
@notice Creates a new OrderGateway
*/
constructor() public {
}

/** @dev Forwards function calls of participate to the provided subContract address.
@notice Forwards function calls of participate to the provided subContract address.
@param subContract Address of contract implementing the SubContract interface.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.