Skip to content

Conversation

sorpaas
Copy link
Member

@sorpaas sorpaas commented Apr 8, 2022

Fixes #105

gas_limit: u64,
access_list: Vec<(H160, Vec<H256>)>,
context: Context,
transfer: Option<Transfer>,
) -> (ExitReason, Vec<u8>) {
event!(TransactCall {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change value to value: context.apparent_value in the event! macro. (it currently don't build with tracing feature).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow precompile to do subcalls ?
2 participants