user3470

Results 6 comments of user3470

`this.derive(`m/44'/148'/${index}'`); ` if index is >= 10000000000 it fails any idea why. Please help!

Same Here on multidevice

Anyone working on this, or it's not fixable?

Anyone working on this? please. My app depends on it due to forced Whatsapp update to multi device. How do I switch back if anyone know?

> Im using this older APK and it works with the library > > https://we.tl/t-DjsWdiW3KO Thanks, it's nice not to have another phone always online anyway. I wish I know...

Workaround that worked for me ```php private function removeImageReferences($zip, $placeholderImagePath) { $relsPath = 'word/_rels/document.xml.rels'; $relsContent = $zip->getFromName($relsPath); $relsXml = new SimpleXMLElement($relsContent); $imagePaths = []; foreach ($relsXml->Relationship as $relationship) { if...