Skip to content

Commit 8e300ab

Browse files
committed
Update OpenAPI schema
1 parent eab1cc4 commit 8e300ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/openapi/schema.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9844,10 +9844,9 @@ export interface components {
98449844
amount_wei: string;
98459845
/**
98469846
* @description Enable compounding withdrawal
9847-
* @default false
98489847
* @example false
98499848
*/
9850-
compounding_withdrawal: boolean;
9849+
compounding_withdrawal?: boolean;
98519850
/**
98529851
* @description Ethereum fee-recipient address for execution rewards.
98539852
* Uses the `wallet` both for consensus and execution rewards if not specified.

0 commit comments

Comments
 (0)