Skip to content

Commit 16c51bc

Browse files
committed
Rename process_seconded to try_accept_mcp
1 parent d7833ce commit 16c51bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers/major_change.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ impl Job for MajorChangeAcceptenceJob {
519519

520520
let now = Utc::now();
521521

522-
match process_seconded(ctx, &major_change, now).await {
522+
match try_accept_mcp(ctx, &major_change, now).await {
523523
Ok(()) => {
524524
tracing::info!(
525525
"{}: major change ({:?}) as been accepted",
@@ -549,7 +549,7 @@ impl Job for MajorChangeAcceptenceJob {
549549
}
550550
}
551551

552-
async fn process_seconded(
552+
async fn try_accept_mcp(
553553
ctx: &super::Context,
554554
major_change: &MajorChangeSeconded,
555555
now: DateTime<Utc>,

0 commit comments

Comments
 (0)