Migrate getPartialAmount

This commit is contained in:
Leonid Logvinov
2017-07-07 15:20:30 -07:00
parent f3e66110be
commit 406763ff61

View File

@@ -93,11 +93,11 @@
"constant": true,
"inputs": [
{
"name": "value",
"name": "numerator",
"type": "uint256"
},
{
"name": "fillValue",
"name": "denominator",
"type": "uint256"
},
{
@@ -105,7 +105,7 @@
"type": "uint256"
}
],
"name": "getPartialValue",
"name": "getPartialAmount",
"outputs": [
{
"name": "partialValue",