Skip to content

Commit abda080

Browse files
committed
docs: changed docs for request body
TICKET: WP-5436
1 parent 7b55f11 commit abda080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/express/src/typedRoutes/api/v2/verifyAddress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const VerifyAddressV2Params = {
1818
* @property supportOldScriptHashVersion - (UTXO only) When true, treat legacy script hash version as acceptable.
1919
*/
2020
export const VerifyAddressV2Body = {
21-
/** Address to be validated */
21+
/** Address which should be verified for correct format */
2222
address: t.string,
2323
/** Accept legacy script hash version for applicable UTXO coins (optional). */
2424
supportOldScriptHashVersion: optional(t.boolean),

0 commit comments

Comments
 (0)