We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041f977 commit c4f922eCopy full SHA for c4f922e
programs/earn/src/lib.rs
@@ -43,7 +43,9 @@ pub mod earn {
43
Initialize::handler(ctx, current_index)
44
}
45
46
- // TODO add admin instructions for updating global values
+ pub fn recover_m(ctx: Context<RecoverM>, amount: Option<u64>) -> Result<()> {
47
+ RecoverM::handler(ctx, amount)
48
+ }
49
50
// Portal instrutions
51
0 commit comments