Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude user tx from refund calculation #9

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Exclude user tx from refund calculation
  • Loading branch information
sketsdever committed May 14, 2023
commit b9eb365ff0c8d7196e5dac3fd014ffb0fd5a503a
2 changes: 1 addition & 1 deletion specs/bundles/refund-recipient.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The percent(from 0 to 99) of full bundle ETH reward that should be passed back t

Address of the wallet that will receive the ETH reward refund from this bundle, default value = EOA of the first transaction inside the bundle.

If the `refundPercent` field is set, the builder will keep exactly 100% - `refundPercent` of the bundle's total ETH reward and pass the rest to the user.
If the `refundPercent` field is set, the builder will pass `refundPercent` of the total ETH reward generated by last transaction inside the bundle to the user (minus burned base fee). The builder will keep the remaining amount.

## Example

Expand Down