-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendbid - Possible to specify account? #82
Comments
Here is an example from the hsw-cli tool that might be helpful |
Thank you for the pointer :) What specifically were you trying to illustrate? Apologies if I am being a complete idiot 🙏 |
☝️ Apologies for that spam - I hit the "Close and comment" button, that thing is my cryptonite. |
This PR: #86 does stuff. I can pass the It doesn't feel right honestly. Like, exposing the notion of account indices in the hs-client? Halp me. |
closed by.... something, not sure what. But you can do this now. |
Hi there - love the project!
TL;DR - Reading through the source code and tinkering, is it possible to
sendbid
and specify the account to send the bid from?Edit: More details. I'm using
hs-client
tosendbid
s. Looks like:In the source for
hsd
- this repo - the rpc module doesn't appear to accept any more params (like the account name) forsendbid
.hsd/lib/wallet/rpc.js
Lines 1896 to 1918 in e0d5775
However...
The interface for the wallet seems to expect the account as an optional param - see:
hsd/lib/wallet/wallet.js
Lines 1668 to 1673 in 592b276
🕵️♂️ If that's the whole picture - whats the best way to specify a bid's account?
Would a patch be necessary/helpful? It would have to be across two libs I suppose...
hsd
andhs-client
.The text was updated successfully, but these errors were encountered: