We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65551f commit 51e1054Copy full SHA for 51e1054
src/transaction_processor.rs
@@ -476,7 +476,7 @@ impl<FG: ForkGraph> TransactionBatchProcessor<FG> {
476
let execution_details = TransactionExecutionDetails {
477
status: Err(err),
478
log_messages: Some(vec![format!(
479
- "Account {offender} was used as writeable\
+ "Account {offender} was used as writeable \
480
without being delegated to this ER"
481
)]),
482
accounts_data_len_delta: 0,
0 commit comments