From 67f9d1b5893ad8365e81db7d6401b7223f25cd29 Mon Sep 17 00:00:00 2001 From: olaszakos Date: Mon, 25 Nov 2024 16:59:19 +0100 Subject: [PATCH] run dfx generate --- apps/wallet/src/generated/station/station.did | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/src/generated/station/station.did b/apps/wallet/src/generated/station/station.did index 08446c07..ad4c9c2d 100644 --- a/apps/wallet/src/generated/station/station.did +++ b/apps/wallet/src/generated/station/station.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;