Conversation
| // Another concurrent submission may have created the store first. | ||
| txStore = a.accountStore.GetTxStore(tx.FromAddress.String()) | ||
| if txStore == nil { | ||
| ctxLogger.Errorw("failed to create tx store", "fromAddress", tx.FromAddress.String(), "error", err) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
Copilot Autofix
AI about 1 month ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| // Another concurrent submission may have created the store first. | ||
| txStore = a.accountStore.GetTxStore(tx.FromAddress.String()) | ||
| if txStore == nil { | ||
| ctxLogger.Errorw("failed to create tx store", "fromAddress", tx.FromAddress.String(), "error", err) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
Copilot Autofix
AI about 1 month ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
This is currently a proof of concept demo, not an intention to merge.
Code quality and conventions need combing through.