remove MockSignedPod (#339)
- breaking change: Removal of MockSignedPod. Use SignedPod instead. - breaking change: Redefinition of numerical id for values of PodType.
This commit is contained in:
parent
06b84e8dca
commit
b5e0d97cb6
14 changed files with 79 additions and 358 deletions
|
|
@ -255,7 +255,7 @@ mod tests {
|
|||
params.print_serialized_sizes();
|
||||
|
||||
// ETH friend custom predicate batch
|
||||
let eth_dos_batch = eth_dos_batch(¶ms, true)?;
|
||||
let eth_dos_batch = eth_dos_batch(¶ms)?;
|
||||
|
||||
// This batch only has 1 predicate, so we pick it already for convenience
|
||||
let eth_friend = eth_dos_batch.predicate_ref_by_name("eth_friend").unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue