Skip to content

Commit

Permalink
Remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
zolting committed Nov 12, 2024
1 parent 4aabe85 commit e50bfe6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file not shown.
Binary file modified cosmos-proposals-events/cosmos-proposals-events-v0.1.0.spkg
Binary file not shown.
5 changes: 1 addition & 4 deletions cosmos-proposals/src/deposits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ use substreams_entity_change::tables::Tables;

use crate::pb::cosmos::base::v1beta1::Coin;
use crate::utils::{determine_voting_end_time, get_proposal_type, GovernanceParamsStore};
use crate::{
pb::cosmos::gov::v1beta1::MsgDeposit,
utils::{add_nanoseconds_to_timestamp, extract_proposal_status},
};
use crate::{pb::cosmos::gov::v1beta1::MsgDeposit, utils::extract_proposal_status};

pub fn create_deposit_msg(
tables: &mut Tables,
Expand Down

0 comments on commit e50bfe6

Please sign in to comment.