Skip to content

Commit 6c27a8f

Browse files
committed
feat: release v0.0.4
1 parent 604ee61 commit 6c27a8f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jito-bell"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
authors = ["Jito Network Maintainers <[email protected]>"]
55
repository = "https://github.com/jito-foundation/jito-bell"
66
edition = "2021"

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ impl JitoBellHandler {
120120
&self,
121121
parser: &JitoTransactionParser,
122122
) -> Result<(), JitoBellError> {
123-
debug!("Before Send notification");
124123
for program in &parser.programs {
125124
match program {
126125
JitoBellProgram::SplToken2022(_) => {
@@ -129,7 +128,6 @@ impl JitoBellHandler {
129128
JitoBellProgram::SplStakePool(spl_stake_program) => {
130129
debug!("SPL Stake Pool");
131130
if let Some(program_config) = self.config.programs.get(&program.to_string()) {
132-
debug!("Found Program Config");
133131
if let Some(instruction) = program_config
134132
.instructions
135133
.get(&spl_stake_program.to_string())

0 commit comments

Comments
 (0)