We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dbac3 commit b9fee1eCopy full SHA for b9fee1e
1 file changed
runtime-sdk/src/dispatcher.rs
@@ -359,6 +359,7 @@ impl<R: Runtime> Dispatcher<R> {
359
};
360
// Use the ID as index.
361
let index = in_msg.id.try_into().unwrap();
362
+ // todo: put result tags in block
363
Self::execute_tx(ctx, tx_size, tx.clone(), index)?;
364
}
365
Ok(())
0 commit comments