Browse Source
Remove unnecessary allow attribute
feature/reconnect-button
Lucas Soriano del Pino
3 years ago
No known key found for this signature in database
GPG Key ID: EE611E973A1530E7
1 changed files with
0 additions and
1 deletions
-
daemon/src/setup_taker.rs
|
|
@ -28,7 +28,6 @@ pub struct Actor { |
|
|
|
} |
|
|
|
|
|
|
|
impl Actor { |
|
|
|
#[allow(clippy::too_many_arguments)] |
|
|
|
pub fn new( |
|
|
|
(order, quantity, n_payouts): (Order, Usd, usize), |
|
|
|
(oracle_pk, announcement): (schnorrsig::PublicKey, Announcement), |
|
|
|