Bump bpf-tools version to 1.9
- upgrade rustc to 1.52.1 and clang to 12.0
This commit is contained in:
committed by
Dmitri Makarov
parent
a544010b03
commit
2ae57c172a
@@ -133,7 +133,7 @@ pub fn hashv(vals: &[&[u8]]) -> Hash {
|
||||
{
|
||||
extern "C" {
|
||||
fn sol_keccak256(vals: *const u8, val_len: u64, hash_result: *mut u8) -> u64;
|
||||
};
|
||||
}
|
||||
let mut hash_result = [0; HASH_BYTES];
|
||||
unsafe {
|
||||
sol_keccak256(
|
||||
|
Reference in New Issue
Block a user