Skip to content

Commit b9fee1e

Browse files
committed
dispatcher: add note about incoming messages events
1 parent c0dbac3 commit b9fee1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime-sdk/src/dispatcher.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ impl<R: Runtime> Dispatcher<R> {
359359
};
360360
// Use the ID as index.
361361
let index = in_msg.id.try_into().unwrap();
362+
// todo: put result tags in block
362363
Self::execute_tx(ctx, tx_size, tx.clone(), index)?;
363364
}
364365
Ok(())

0 commit comments

Comments
 (0)