Skip to content

Commit 51e1054

Browse files
committed
chore: fix typo
1 parent e65551f commit 51e1054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ impl<FG: ForkGraph> TransactionBatchProcessor<FG> {
476476
let execution_details = TransactionExecutionDetails {
477477
status: Err(err),
478478
log_messages: Some(vec![format!(
479-
"Account {offender} was used as writeable\
479+
"Account {offender} was used as writeable \
480480
without being delegated to this ER"
481481
)]),
482482
accounts_data_len_delta: 0,

0 commit comments

Comments
 (0)