Hashpack / hashconnect

Hashconnect library, readme in progress
BSD Zero Clause License
45 stars 38 forks source link

Issue signing data. Approve button not working #188

Closed ruaraidhharrigan closed 8 months ago

ruaraidhharrigan commented 8 months ago
const signTransaction= async(acctToSign, trans) => {
   let res = await hashconnect.value.sign(topic.value, acctToSign, trans)
   await hashconnect.showResultOverlay(res)
}

im trying to sign simple data eg "Hello"

The hashconnect window pops up but the Approve button doesnt work.

This is the error in the hashpack console.

vendor.eadd540058e19bbc.js:5 Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'socialType') TypeError: Cannot read properties of undefined (reading 'socialType')

Any help would be appeciated. Thank you

ruaraidhharrigan commented 8 months ago

Closing. Dumb mistake on my end