Skip to content

Commit

Permalink
fix: adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdisalvo-crd committed May 3, 2024
1 parent 2a08a65 commit 68553d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/components/Scanner/Scanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ const Scanner = forwardRef(
}));

const updateConnections = async (groupId: string) => {
// TODO: We should avoid calling getMultisigLinkedContacts every time we scan a QR code,
// ideally once the OOBI is resolved we can insert the connection details into Redux -
// should change when we do scanner error handling
const connections =
await Agent.agent.connections.getMultisigLinkedContacts(groupId);
const newMultiSigGroup: MultiSigGroup = {
Expand Down

0 comments on commit 68553d3

Please sign in to comment.