Skip to content

Commit bbee97c

Browse files
committed
refactor: update libwasm too
1 parent ece95b8 commit bbee97c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libwasm.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ pub async unsafe fn account_new(
335335
signer,
336336
address,
337337
chain_id,
338-
ExecutionEncoding::Legacy,
338+
ExecutionEncoding::New,
339339
);
340340

341341
Result::Ok(Box::into_raw(Box::new(Account(account))))
@@ -446,7 +446,7 @@ pub async unsafe fn account_deploy_burner(
446446
signer,
447447
address,
448448
chain_id,
449-
ExecutionEncoding::Legacy,
449+
ExecutionEncoding::New,
450450
);
451451

452452
// deploy the burner

0 commit comments

Comments
 (0)