From e37e987e5c39be632c79257903d1cb496d7adeab Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Mon, 26 Aug 2024 16:13:55 -0500 Subject: [PATCH] fixed code comment --- src/core/module/account/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/module/account/api.ts b/src/core/module/account/api.ts index 8309a6f..c42b9bb 100644 --- a/src/core/module/account/api.ts +++ b/src/core/module/account/api.ts @@ -43,7 +43,7 @@ export function create_register_req ( } /** - * Create a registration request object. + * Create a commit request object. */ export function create_commit_req ( feerate : number,