update to marine sdk

This commit is contained in:
boneyard93501
2021-06-15 18:41:17 -05:00
parent 5d34d1e016
commit 842a1bd975
5 changed files with 65 additions and 65 deletions

View File

@@ -27,7 +27,7 @@ pub fn main() {}
#[marine]
#[cfg(target_arch = "wasm32")]
pub fn call_parameters() -> String {
let cp = fluence::get_call_parameters();
let cp = marine_rs_sdk::get_call_parameters();
format!(
"{}\n{}\n{}\n{}\n{}\n{:?}",
cp.init_peer_id,