Skip to content

Commit

Permalink
dispatcher: add note about incoming messages events
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Mar 25, 2022
1 parent c0dbac3 commit b9fee1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime-sdk/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ impl<R: Runtime> Dispatcher<R> {
};
// Use the ID as index.
let index = in_msg.id.try_into().unwrap();
// todo: put result tags in block
Self::execute_tx(ctx, tx_size, tx.clone(), index)?;
}
Ok(())
Expand Down

0 comments on commit b9fee1e

Please sign in to comment.