mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
declone and close the door (#12035)
* declone and close the door * cargo fmt * remove brackets
This commit is contained in:
@@ -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