Fix a contract create bug
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user