Improve specs #31

Merged
zxq9 merged 6 commits from improve_specs into master 2026-05-26 15:38:26 +09:00
Showing only changes of commit 88aeb39d4a - Show all commits
+1 -1
View File
@@ -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