Skip to content

Commit e65551f

Browse files
authored
Merge pull request #7 from magicblock-labs/bmuddha/fix/space-typo
fix: missing space in the error message
2 parents e480fa2 + c3507a4 commit e65551f

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
@@ -477,7 +477,7 @@ impl<FG: ForkGraph> TransactionBatchProcessor<FG> {
477477
status: Err(err),
478478
log_messages: Some(vec![format!(
479479
"Account {offender} was used as writeable\
480-
without being delegated to this ER"
480+
without being delegated to this ER"
481481
)]),
482482
accounts_data_len_delta: 0,
483483
return_data: None,

0 commit comments

Comments
 (0)