Skip to content

Commit 582522b

Browse files
committed
Align Staking Program Name With Directory
1 parent 3f3b51f commit 582522b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/program/programs/staking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "staking_rewards"
2+
name = "staking"
33
version = "0.1.0"
44
description = "Created with Anchor"
55
edition = "2021"

packages/program/programs/staking/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mod utils;
1414
declare_id!("BB9hUaLkTzWhzdVzi8BxjVD1CQuYMpqP3SiwQ5saAQ2W");
1515

1616
#[program]
17-
pub mod staking_rewards {
17+
pub mod staking {
1818
use super::*;
1919

2020
pub fn init_pool(ctx: Context<InitPool>, duration: u64) -> Result<()> {

0 commit comments

Comments
 (0)