mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-20 12:41:01 +00:00
implement block.number and block.timestamp
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -26,7 +26,7 @@ where
|
||||
);
|
||||
context
|
||||
.build_load(offset, "calldata_value")
|
||||
.map(|value| context.build_byte_swap(value))
|
||||
.and_then(|value| context.build_byte_swap(value))
|
||||
}
|
||||
|
||||
/// Translates the calldata size.
|
||||
|
||||
Reference in New Issue
Block a user