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 92356c9 commit 084de6bCopy full SHA for 084de6b
aptos-indexer-processors-sdk/sdk/src/postgres/basic_processor/basic_processor_step.rs
@@ -35,7 +35,7 @@ where
35
(self.process_function)(transactions.data, self.conn_pool.clone())
36
.await
37
.map_err(|e| ProcessorError::ProcessError {
38
- message: format!("Processing transactionsfailed: {e:?}"),
+ message: format!("Processing transactions failed: {e:?}"),
39
})?;
40
Ok(Some(TransactionContext {
41
data: (), // Stub out data since it's not used in the next step
0 commit comments