Skip to content

Commit

Permalink
tx-examples::partial_fulfillment_token_swap: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
therealyingtong committed Oct 18, 2023
1 parent fdbbd98 commit 00e00cd
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 323 deletions.
4 changes: 2 additions & 2 deletions taiga_halo2/examples/tx_examples/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fn main() {
let tx = token_swap_with_intent::create_token_swap_intent_transaction(rng);
tx.execute().unwrap();

// let tx = partial_fulfillment_token_swap::create_token_swap_transaction(rng);
// tx.execute().unwrap();
let tx = partial_fulfillment_token_swap::create_token_swap_transaction(rng);
tx.execute().unwrap();

let tx = cascaded_partial_transactions::create_transaction(rng);
tx.execute().unwrap();
Expand Down
Loading

0 comments on commit 00e00cd

Please sign in to comment.