mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +00:00
declone and close the door (#12035)
* declone and close the door * cargo fmt * remove brackets
This commit is contained in:
@@ -333,7 +333,7 @@ pub mod pallet {
|
||||
);
|
||||
|
||||
swap.action.cancel(&swap.source);
|
||||
PendingSwaps::<T>::remove(&target, hashed_proof.clone());
|
||||
PendingSwaps::<T>::remove(&target, hashed_proof);
|
||||
|
||||
Self::deposit_event(Event::SwapCancelled { account: target, proof: hashed_proof });
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ fn two_party_successful_swap() {
|
||||
AtomicSwap::create_swap(
|
||||
Origin::signed(A),
|
||||
B,
|
||||
hashed_proof.clone(),
|
||||
hashed_proof,
|
||||
BalanceSwapAction::new(50),
|
||||
1000,
|
||||
)
|
||||
@@ -117,7 +117,7 @@ fn two_party_successful_swap() {
|
||||
AtomicSwap::create_swap(
|
||||
Origin::signed(B),
|
||||
A,
|
||||
hashed_proof.clone(),
|
||||
hashed_proof,
|
||||
BalanceSwapAction::new(75),
|
||||
1000,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user