We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169000f commit f332777Copy full SHA for f332777
wardrobe/kitties/src/lib.rs
@@ -173,7 +173,7 @@ impl KittyData {
173
where
174
V: Verifier,
175
OV: Verifier + From<V>,
176
- OC: tuxedo_core::ConstraintChecker<OV> + From<FreeKittyConstraintChecker>,
+ OC: tuxedo_core::ConstraintChecker + From<FreeKittyConstraintChecker>,
177
{
178
Transaction {
179
inputs: vec![],
wardrobe/money/src/lib.rs
@@ -82,7 +82,7 @@ impl<const ID: u8> Coin<ID> {
82
83
84
85
- OC: tuxedo_core::ConstraintChecker<OV> + From<MoneyConstraintChecker<ID>>,
+ OC: tuxedo_core::ConstraintChecker + From<MoneyConstraintChecker<ID>>,
86
87
88
0 commit comments