Skip to content

Commit

Permalink
Merge pull request #119 from flashbots/v6-missing-features
Browse files Browse the repository at this point in the history
V6 missing features
  • Loading branch information
epheph authored Feb 20, 2024
2 parents da8e652 + 7745c44 commit 99f00eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export class FlashbotsBundleProvider extends AbstractProvider {
opts?.minTimestamp
),
receipts: () => this.fetchReceipts(bundleTransactions),
bundleHash: response.result.bundleHash
bundleHash: response?.result?.bundleHash
}
}

Expand Down

0 comments on commit 99f00eb

Please sign in to comment.