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 3f3b51f commit 582522bCopy full SHA for 582522b
packages/program/programs/staking/Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "staking_rewards"
+name = "staking"
3
version = "0.1.0"
4
description = "Created with Anchor"
5
edition = "2021"
packages/program/programs/staking/src/lib.rs
@@ -14,7 +14,7 @@ mod utils;
14
declare_id!("BB9hUaLkTzWhzdVzi8BxjVD1CQuYMpqP3SiwQ5saAQ2W");
15
16
#[program]
17
-pub mod staking_rewards {
+pub mod staking {
18
use super::*;
19
20
pub fn init_pool(ctx: Context<InitPool>, duration: u64) -> Result<()> {
0 commit comments