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 82412ce commit d88c2c0Copy full SHA for d88c2c0
magicblock-committor-service/src/intent_executor/mod.rs
@@ -667,6 +667,7 @@ where
667
let send_error_mapper = IntentErrorMapper {
668
transaction_error_mapper: IntentTransactionErrorMapper { tasks },
669
};
670
+ warn!("TODO (snawaz), prepared_message: {:#?}", prepared_message);
671
let attempt = || async {
672
self.send_prepared_message(prepared_message.clone()).await
673
0 commit comments