Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Aug 11, 2023
1 parent 9011806 commit 1c85456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arbitrator/wasm-libraries/user-host/src/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ pub unsafe extern "C" fn go__github_com_offchainlabs_nitro_arbos_programs_rustCo

/// Creates an `EvmData` from its component parts.
/// Safety: λ(
/// blockBasefee, chainid *[32]byte, blockCoinbase *[20]byte, blockGasLimit u64,
/// blockNumber *[32]byte, blockTimestamp u64, contractAddress, msgSender *[20]byte,
/// blockBasefee *[32]byte, chainid u64, blockCoinbase *[20]byte, blockGasLimit,
/// blockNumber, blockTimestamp u64, contractAddress, msgSender *[20]byte,
/// msgValue, txGasPrice *[32]byte, txOrigin *[20]byte, reentrant u32,
///) *EvmData
#[no_mangle]
Expand Down

0 comments on commit 1c85456

Please sign in to comment.