Skip to content

Commit

Permalink
use local types with the sdk builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy authored and davidiw committed Dec 24, 2022
1 parent 768fe2e commit 4d77edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptos-move/aptos-sdk-builder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn main() {
let mut out = stdout.lock();
match options.language {
Language::Rust => {
aptos_sdk_builder::rust::output(&mut out, &abis, /* local types */ false)
aptos_sdk_builder::rust::output(&mut out, &abis, /* local types */ true)
.unwrap()
}
Language::Go => {
Expand Down

0 comments on commit 4d77edc

Please sign in to comment.