mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
rename call to call_with_prev_data
This commit is contained in:
parent
4ccce8f5c5
commit
a6b398fdd5
@ -212,7 +212,7 @@ impl AquamarineVM {
|
|||||||
// This API is intended for testing purposes
|
// This API is intended for testing purposes
|
||||||
#[cfg(feature = "raw-aquamarine-api")]
|
#[cfg(feature = "raw-aquamarine-api")]
|
||||||
impl AppService {
|
impl AppService {
|
||||||
pub fn call(
|
pub fn call_with_prev_data(
|
||||||
&mut self,
|
&mut self,
|
||||||
init_user_id: impl Into<String>,
|
init_user_id: impl Into<String>,
|
||||||
aqua: impl Into<String>,
|
aqua: impl Into<String>,
|
||||||
|
Loading…
Reference in New Issue
Block a user