mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-27 13:41:32 +00:00
feat(aquavm-air)!: signature checking (#607)
This commit is contained in:
@ -92,6 +92,10 @@ impl AirRunner for WasmAirRunner {
|
||||
particle_id,
|
||||
)?)
|
||||
}
|
||||
|
||||
fn get_current_peer_id(&self) -> &str {
|
||||
&self.current_peer_id
|
||||
}
|
||||
}
|
||||
|
||||
/// WASM runner that runs release build form benchmarking.
|
||||
@ -147,4 +151,8 @@ impl AirRunner for ReleaseWasmAirRunner {
|
||||
particle_id,
|
||||
)?)
|
||||
}
|
||||
|
||||
fn get_current_peer_id(&self) -> &str {
|
||||
&self.current_peer_id
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user