Skip to content

Commit

Permalink
Move TRANSACTION_MESSAGE to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 28, 2024
1 parent cef63a6 commit bc1dec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/tributary/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub const ACCOUNT_MEMPOOL_LIMIT: u32 = 50;
pub const BLOCK_SIZE_LIMIT: usize = 3_001_000;

pub(crate) const TENDERMINT_MESSAGE: u8 = 0;
pub(crate) const TRANSACTION_MESSAGE: u8 = 2; // TODO: Normalize to 1
pub(crate) const TRANSACTION_MESSAGE: u8 = 1;

#[allow(clippy::large_enum_variant)]
#[derive(Clone, PartialEq, Eq, Debug)]
Expand Down

0 comments on commit bc1dec7

Please sign in to comment.