mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 22:11:01 +00:00
call and create set uncapped resource limits (#161)
- polkadot-sdk#6890 companion - Adjust the gas price constant for the required polkadot-sdk version as a drive-by
This commit is contained in:
@@ -26,6 +26,6 @@ pragma solidity ^0.8;
|
||||
|
||||
contract GasPrice {
|
||||
constructor() payable {
|
||||
assert(tx.gasprice == 1);
|
||||
assert(tx.gasprice == 1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user