Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Anton <[email protected]>
  • Loading branch information
davxy and melekes authored Mar 9, 2023
commit 3561474c45041074f82bddfa3d613cf46cd16b74
4 changes: 2 additions & 2 deletions frame/beefy/src/equivocation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ where

let res = SubmitTransaction::<T, Call<T>>::submit_unsigned_transaction(call.into());
match res {
Ok(_) => info!(target: LOG_TARGET, "Submitted equivocation report.",),
Err(e) => error!(target: LOG_TARGET, "Error submitting equivocation report: {:?}", e,),
Ok(_) => info!(target: LOG_TARGET, "Submitted equivocation report."),
Err(e) => error!(target: LOG_TARGET, "Error submitting equivocation report: {:?}", e),
}
res
}
Expand Down