Skip to content

Commit

Permalink
bytes as base64 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Sep 10, 2024
1 parent 2cce540 commit dfa9ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui2/pages/output/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func New(c common.Common, config *request.Config) (*Output, error) {
statusBar: statusbar.New(c),
searchCtx: search.New(c),
blockSearchCtx: blocksearch.New(c),
bytesRepresentation: dynamic.BytesAsHex,
bytesRepresentation: dynamic.BytesAsBase64,
moduleSearchView: modsearch.New(c, "output"),
outputModule: config.OutputModule,
logsEnabled: true,
Expand Down

0 comments on commit dfa9ebf

Please sign in to comment.