Skip to content

Commit 61b745e

Browse files
starfy84claude
andcommitted
docs: refine sendMany endpoint description
Clarify the SendManyRoute description to better reflect that the endpoint sends a transaction to one or more recipients. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 475942f commit 61b745e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/masterBitgoExpress/routers/sendManyRoute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,5 @@ export const SendManyRoute = httpRoute({
234234
body: SendManyRequest,
235235
}),
236236
response: SendManyResponse,
237-
description: 'Send many transactions',
237+
description: 'Send a transaction to one or more recipients',
238238
});

0 commit comments

Comments
 (0)