Skip to content

Commit

Permalink
add deprecated output.body
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Sep 13, 2024
1 parent bd9ebe1 commit 552b9ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vm/test/t8n/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ export function getArguments() {
type: 'string',
demandOption: true,
})
.option('output.body', {
deprecate: true,
description: 'File to write transaction RLPs to (currently unused)',
type: 'string',
})
.option('log', {
describe: 'Optionally write light-trace logs to stdout',
type: 'boolean',
Expand Down

0 comments on commit 552b9ed

Please sign in to comment.