moneybutton / yours-core

Client-side key and content management for Yours.
https://www.yours.network
MIT License
132 stars 27 forks source link

wallet: when sending bitcoin, incorrect # of privkeys #108

Open ryanxcharles opened 8 years ago

ryanxcharles commented 8 years ago

This error seems to occur frequently: "Unhandled promise rejection Error: number of inputs and number of privkeys do not match". We need the steps to reproduce this error to be able to debug it.

From Clemens:

Ok, this should be one way to reproduce the error

Open http://localhost:3030/ in two browsers and delete db using dattcore.db.asyncDestroy() Fund both addresses create post xyz in browser 1 open ‘hot’ tab in browser 1 endorse xyz in browser 2 endorse xyz in browser 1

Error in browser 1: submit was called (datt-react.js:24298) jQuery 1 success (datt-react.js:24317) Unhandled promise rejection Error: number of inputs and number of privkeys do not match (datt-core.js:3249)