Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Default to returning WASM as returning WAST has been deprecated. #9706

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class read_only {

struct get_code_params {
name account_name;
bool code_as_wasm = false;
bool code_as_wasm = true;
};

struct get_code_hash_results {
Expand Down