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
|
|
@ -543,7 +543,7 @@ mod tests {
|
|||
pred: Predicate::Native(NativePredicate::Equal),
|
||||
args: vec![
|
||||
sta_ak(("attestation_pod", 2), "_type"), // Pub(0-1), Priv(2)
|
||||
sta_lit(PodType::MockSigned),
|
||||
sta_lit(PodType::Signed),
|
||||
],
|
||||
},
|
||||
StatementTmpl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue