Skip to content

Commit

Permalink
auction: make dsep fit in 16 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 16, 2024
1 parent 6f36bd7 commit 97fc73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/auction/src/auction/dutch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::auction::AuctionId;

pub mod actions;

pub const DUTCH_AUCTION_DOMAIN_SEP: &[u8] = b"penumbra_dutch_auction_nft";
pub const DUTCH_AUCTION_DOMAIN_SEP: &[u8] = b"penumbra_DA_nft";

/// A deployed Dutch Auction, containing an immutable description
/// and stateful data about its current state.
Expand Down

0 comments on commit 97fc73a

Please sign in to comment.