Skip to content

Commit

Permalink
fix: remove duplicate receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrizsabin committed Sep 23, 2024
1 parent 465bce3 commit 1b57ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sui/intent_v1/sources/main.move
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// Module: intents_v1
module intents_v1::main {
use std::string::{String, Self};
use sui::linked_table::{LinkedTable, Self};
use sui::linked_table::{ Self};
use sui::table::{Table, Self};
use sui::transfer::{ Self };
use sui::coin::{Coin, Self};
Expand Down

0 comments on commit 1b57ed7

Please sign in to comment.