From 4fac86f76ec37e8c10952d20631e5e27f35b33cc Mon Sep 17 00:00:00 2001 From: Vitaly Drogan Date: Thu, 30 Oct 2025 12:47:35 +0100 Subject: [PATCH] delayed refund bundles don't receive BuilderNet refunds --- docs/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.mdx b/docs/api.mdx index a83fe81..33b8a55 100644 --- a/docs/api.mdx +++ b/docs/api.mdx @@ -51,7 +51,7 @@ This is useful for sending multiple transactions that depend on each other. refundPercent // Number (integer between 1-99), How much of the total priority fee + coinbase payment you want to be refunded for. refundRecipient // String, The address that the funds from refundPercent will be sent to. If not specified, they will be sent to the from address of the first transaction. - delayedRefund // Boolean, If true, `refundPercent` refund is processed asynchronously via BuilderNet refund pipeline rather than in the same block. + delayedRefund // Boolean, If true, `refundPercent` refund is processed asynchronously via BuilderNet refund pipeline rather than in the same block. Bundles with delayedRefund will not receive BuilderNet refunds by default. refundIdentity // String, Address that BuilderNet refunds should be sent to instead of the bundle signer. }]