From 17df2a1b2d04fcb91171730133b26a342c4a6200 Mon Sep 17 00:00:00 2001 From: olaszakos Date: Mon, 25 Nov 2024 16:58:59 +0100 Subject: [PATCH] fix comment --- core/station/api/spec.did | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/station/api/spec.did b/core/station/api/spec.did index 08446c07..ad4c9c2d 100644 --- a/core/station/api/spec.did +++ b/core/station/api/spec.did @@ -1661,7 +1661,7 @@ type GetAccountResult = variant { type AccountBalance = record { // The account id. account_id : UUID; - // The account id. + // The asset id. asset_id : UUID; // The balance of the account. balance : nat;