Migrate getPartialAmount
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user