Skip to content

Commit 320ad40

Browse files
committed
fix: credit raw tx descriptions
1 parent ca060d2 commit 320ad40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sdk/accounts/CreditAccountsService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export class CreditAccountsService extends SDKConstruct {
189189
recipient,
190190
[...priceUpdates, ...preview.calls],
191191
],
192+
description: `fully liquidate ${account.creditAccount}`,
192193
});
193194
}
194195

@@ -223,6 +224,7 @@ export class CreditAccountsService extends SDKConstruct {
223224
return cm.creditFacade.createRawTx({
224225
functionName: operation === "close" ? "closeCreditAccount" : "multicall",
225226
args: [ca.creditAccount, calls],
227+
description: `${operation} account ${ca.creditAccount}`,
226228
});
227229
}
228230

0 commit comments

Comments
 (0)