-
Notifications
You must be signed in to change notification settings - Fork 19
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
Send transaction uses wrong account #11
Comments
Same here. Looks like the first account is used always, even if "from" is selected to account with index >0. |
Yeah, Cosmo needs a big upgrade. Please feel free to contribute =D |
Ok, ist there a good starting point? A simple "start" for developers would be great, would this be possible (esp. the "public" part of the Meteor app I don't really understand)? |
i have a solidity contract with input parameter of 'address' type, when i invoke this contract using sendTransaction function from my meteor dapp and pass the account address it doesn't work but testing the same contract using cosmo editor it works. |
I have 2 accounts loaded in Cosmo. When I send a transaction to the node with the second account selected Cosmo still uses the first account for the request that is send to the node.
The text was updated successfully, but these errors were encountered: