You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
Hello,
I'm working on a forked version of your wallet, it'll add external inputs to the transactions. I saw that WalletService.prototype.createTx does not check if all the inputs are owned by the wallet, but there is a TODO about this:
todo: check inputs are ours and have enough value
Do you intend to add this check? If yes, will you add a way to skip the check?
Thank you
The text was updated successfully, but these errors were encountered:
The inputs check is done in other parts of the code, so it is not possible create txs with heterogeneous inputs using createTx. I create the txs on the client, with problems to transactions data into the wallet
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm working on a forked version of your wallet, it'll add external inputs to the transactions. I saw that
WalletService.prototype.createTx
does not check if all the inputs are owned by the wallet, but there is a TODO about this:Do you intend to add this check? If yes, will you add a way to skip the check?
Thank you
The text was updated successfully, but these errors were encountered: