mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Merge branch 'develop' into next
This commit is contained in:
@@ -119,7 +119,7 @@ impl<D: Db, C: Coordinator> ContinuallyRan for CoordinatorTask<D, C> {
|
||||
|
||||
self
|
||||
.coordinator
|
||||
.publish_slash_report_signature(session, slash_report, Signature(signature))
|
||||
.publish_slash_report_signature(session, slash_report, Signature::from(signature))
|
||||
.await
|
||||
.map_err(|e| {
|
||||
format!("couldn't send slash report signature to the coordinator: {e:?}")
|
||||
|
||||
Reference in New Issue
Block a user