From 1a0173eee5e0e9f6d23f3a492579f198260273e8 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Tue, 27 Aug 2024 10:20:38 +0300 Subject: [PATCH] add documentation lines --- internal/handlers/server/accountstatus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handlers/server/accountstatus.go b/internal/handlers/server/accountstatus.go index f8b6541..400642c 100644 --- a/internal/handlers/server/accountstatus.go +++ b/internal/handlers/server/accountstatus.go @@ -14,7 +14,7 @@ import ( // Parameters: // - trackingId: A unique identifier for the account.This should be obtained from a previous call to // CreateAccount or a similar function that returns an AccountResponse. The `trackingId` field in the -// AccountResponse struct can be used here to check the account status. +// AccountResponse struct can be used here to check the account status during a transaction. // // // Returns: