Skip to content

Commit

Permalink
Merge pull request #39 from flashbots/fix-munger
Browse files Browse the repository at this point in the history
fix munge hints
  • Loading branch information
zeroXbrock authored Sep 28, 2023
2 parents f4c3410 + 2d135ec commit ce00df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/mungers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const mungeHintPreferences = (hints: HintPreferences) => {
function_selector: hints.functionSelector,
calldata: hints.calldata,
logs: hints.logs,
defaultLogs: hints.defaultLogs,
default_logs: hints.defaultLogs,
tx_hash: hints.txHash,
hash: true, // tx hash is always shared on Flashbots MEV-Share; abstract away from user
// setting all hints except hash to false will enable full privacy
Expand Down

0 comments on commit ce00df6

Please sign in to comment.