Browse Source
Fix setup_maker::Actor ActorName impl
resilient-broadcast
Lucas Soriano del Pino
3 years ago
No known key found for this signature in database
GPG Key ID: 89CE0DB40A19D524
1 changed files with
1 additions and
1 deletions
-
daemon/src/setup_maker.rs
|
|
@ -287,6 +287,6 @@ impl xtra::Message for Started { |
|
|
|
|
|
|
|
impl ActorName for Actor { |
|
|
|
fn actor_name() -> String { |
|
|
|
"Taker contract setup".to_string() |
|
|
|
"Maker contract setup".to_string() |
|
|
|
} |
|
|
|
} |
|
|
|