New 'use' syntax with support for intro predicates (#431)
* New 'use' syntax with support for intro predicates * Use empty statement in test * Review feedback
This commit is contained in:
parent
ffed5b4fbd
commit
aa4b531ac7
4 changed files with 118 additions and 13 deletions
|
|
@ -45,7 +45,7 @@ pub fn eth_dos_request() -> Result<PodRequest> {
|
|||
let batch_id = batch.id().encode_hex::<String>();
|
||||
let input = format!(
|
||||
r#"
|
||||
use _, _, _, eth_dos from 0x{batch_id}
|
||||
use batch _, _, _, eth_dos from 0x{batch_id}
|
||||
REQUEST(
|
||||
eth_dos(src, dst, distance)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue