Skip to content

Commit f332777

Browse files
committed
start updating wardrobe
1 parent 169000f commit f332777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wardrobe/kitties/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ impl KittyData {
173173
where
174174
V: Verifier,
175175
OV: Verifier + From<V>,
176-
OC: tuxedo_core::ConstraintChecker<OV> + From<FreeKittyConstraintChecker>,
176+
OC: tuxedo_core::ConstraintChecker + From<FreeKittyConstraintChecker>,
177177
{
178178
Transaction {
179179
inputs: vec![],

wardrobe/money/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl<const ID: u8> Coin<ID> {
8282
where
8383
V: Verifier,
8484
OV: Verifier + From<V>,
85-
OC: tuxedo_core::ConstraintChecker<OV> + From<MoneyConstraintChecker<ID>>,
85+
OC: tuxedo_core::ConstraintChecker + From<MoneyConstraintChecker<ID>>,
8686
{
8787
Transaction {
8888
inputs: vec![],

0 commit comments

Comments
 (0)