-
Notifications
You must be signed in to change notification settings - Fork 1
cli #4
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
base: main
Are you sure you want to change the base?
cli #4
Conversation
|
here are some helper funcs we could use: https://github.com/project-serum/serum-dex/blob/armani/stake/common/src/client/rpc.rs#L16 |
cli/src/main.rs
Outdated
| &[spool_fund::initialize( | ||
| &spool_fund::id(), | ||
| &pool.pubkey(), | ||
| config.owner.pubkey(), | ||
| 100, // hard-coded settings | ||
| spool_fund::Fundme, | ||
| )?], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too sure what to do here. I think you've changed the instruction right?
|
I'm still getting a bunch of errors from my lack of knowledge in rust which I will look over at a later time |
No description provided.