Unexpected fuel_price
Value in ixObject
Despite Setting fuelPrice
to 0
#79
Labels
fuel_price
Value in ixObject
Despite Setting fuelPrice
to 0
#79
Description
Note
We recently enabled zero-fuel interactions on the Sephorum network.
When attempting to deploy the contract, I encounter the following error:
Code:
Potential Cause:
Despite passing the
fuelPrice
as0
in thedeploy()
functionThe
ixObject
parameter injs-moi-wallet > wallet.js
is receiving afuel_price
value of1
.ixObject Data:
Expected Output:
The
fuel_price
should be set according to the value provided by the user.Actual Output:
The
fuel_price
is set to1
, despite the user passing it as0
.The text was updated successfully, but these errors were encountered: