mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-07-04 17:01:36 +00:00
rename symbol _create to _deploy due to name conflict with external "create" which creates a contract
This commit is contained in:
@ -4,7 +4,7 @@ extern crate byteorder;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
|
||||
pub static CREATE_SYMBOL: &'static str = "_create";
|
||||
pub static CREATE_SYMBOL: &'static str = "_deploy";
|
||||
pub static CALL_SYMBOL: &'static str = "_call";
|
||||
|
||||
pub mod rules;
|
||||
|
Reference in New Issue
Block a user