From 88aeb39d4aff0f539d40749d324a9053b6eb2d4a Mon Sep 17 00:00:00 2001 From: Dimitar Ivanov Date: Wed, 20 May 2026 17:02:36 +0300 Subject: [PATCH] Fix a contract create bug --- src/hz.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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