Skip to content

Commit

Permalink
Update src/signing/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Frankie <[email protected]>
  • Loading branch information
rh0delta and frankiebee authored Jun 20, 2024
1 parent 5565335 commit edf429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class SignatureRequestManager {
}
return agg
}, [])

// this is the named keys we care about from post sign. { sigRequestHash, auxilary_data }
const results = await Promise.all(
adaptersToRun.map((adapter) => {
return adapter.preSign(this.signer, msg)
Expand Down

0 comments on commit edf429b

Please sign in to comment.