We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bf3f7 commit a06ed0aCopy full SHA for a06ed0a
packages/multichain-account-service/src/providers/AccountProviderWrapper.ts
@@ -130,6 +130,8 @@ export class AccountProviderWrapper extends BaseBip44AccountProvider {
130
if (!this.isEnabled) {
131
return [];
132
}
133
+
134
+ // TODO: Try to move the tracing logic later in SnapAccountProvider to be more DRY
135
return this.#trace(
136
{
137
name: this.getTraceNameForProvider(),
0 commit comments