Skip to content

Commit

Permalink
decode outputs from base64 string
Browse files Browse the repository at this point in the history
  • Loading branch information
Elli610 committed Jul 27, 2023
1 parent 4ba4fad commit 7443b69
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 44 deletions.
2 changes: 1 addition & 1 deletion packages/massa-proto-cli/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/massa-proto-cli/dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 14 additions & 20 deletions packages/massa-proto-cli/dist/ts-gen.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/massa-proto-cli/dist/ts-gen.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/massa-proto-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function run() {
if (mode === 'sc') {
generateAsCallers(files, address, out);
} else if (mode === 'web3' || mode === 'wallet') {
generateTsCallers(files, out, publicApi, address, mode);
generateTsCallers(files, out, address, mode);
} else {
throw new Error(`Unsupported mode: ${mode}`);
}
Expand Down
Loading

0 comments on commit 7443b69

Please sign in to comment.