Fix a contract create bug

This commit is contained in:
Dimitar Ivanov
2026-05-20 17:02:36 +03:00
parent f0f86ed36d
commit 88aeb39d4a
+1 -1
View File
@@ -939,7 +939,7 @@ contract_create(CreatorID, Path, InitArgs) ->
Gas = 500000, Gas = 500000,
GasPrice = min_gas_price(), GasPrice = min_gas_price(),
contract_create(CreatorID, Nonce, contract_create(CreatorID, Nonce,
Amount, TTL, Gas, GasPrice, Gas, GasPrice, Amount, TTL,
Path, InitArgs); Path, InitArgs);
Error -> Error ->
Error Error