Helper to create default limits with block gas limit set
()
| 391 | |
| 392 | /// Helper to create default limits with block gas limit set |
| 393 | fn default_limits() -> ResourceLimits { |
| 394 | ResourceLimits { block_gas_limit: 30_000_000, ..Default::default() } |
| 395 | } |
| 396 | |
| 397 | // ==================== Basic Limit Tests ==================== |
| 398 |
no outgoing calls