diff --git a/src/hz.erl b/src/hz.erl index 0008605..75b9911 100644 --- a/src/hz.erl +++ b/src/hz.erl @@ -939,7 +939,7 @@ contract_create(CreatorID, Path, InitArgs) -> Gas = 500000, GasPrice = min_gas_price(), contract_create(CreatorID, Nonce, - Amount, TTL, Gas, GasPrice, + Gas, GasPrice, Amount, TTL, Path, InitArgs); Error -> Error