mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-01 02:56:08 -04:00
Remove redundant lifetime parameter
This commit is contained in:
parent
8754a9931b
commit
148e49a959
2 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@ pub mod message;
|
||||||
pub use message::{Message, Message0, Message1, Message2, UnexpectedMessage};
|
pub use message::{Message, Message0, Message1, Message2, UnexpectedMessage};
|
||||||
|
|
||||||
pub async fn next_state<
|
pub async fn next_state<
|
||||||
'a,
|
|
||||||
R: RngCore + CryptoRng,
|
R: RngCore + CryptoRng,
|
||||||
B: GetRawTransaction + BroadcastSignedTransaction,
|
B: GetRawTransaction + BroadcastSignedTransaction,
|
||||||
M: ImportOutput + Transfer,
|
M: ImportOutput + Transfer,
|
||||||
|
|
|
@ -21,7 +21,6 @@ pub mod message;
|
||||||
pub use message::{Message, Message0, Message1, Message2, Message3, UnexpectedMessage};
|
pub use message::{Message, Message0, Message1, Message2, Message3, UnexpectedMessage};
|
||||||
|
|
||||||
pub async fn next_state<
|
pub async fn next_state<
|
||||||
'a,
|
|
||||||
R: RngCore + CryptoRng,
|
R: RngCore + CryptoRng,
|
||||||
B: GetRawTransaction + SignTxLock + BuildTxLockPsbt + BroadcastSignedTransaction,
|
B: GetRawTransaction + SignTxLock + BuildTxLockPsbt + BroadcastSignedTransaction,
|
||||||
M: ImportOutput + CheckTransfer,
|
M: ImportOutput + CheckTransfer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue