mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Update monero-serai to limit the size of TX extra
This commit is contained in:
@@ -140,9 +140,9 @@ impl Metadata {
|
||||
/// A received output, defined as its absolute ID, data, and metadara.
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Zeroize, ZeroizeOnDrop)]
|
||||
pub struct ReceivedOutput {
|
||||
pub absolute: AbsoluteId,
|
||||
pub data: OutputData,
|
||||
pub metadata: Metadata,
|
||||
pub(crate) absolute: AbsoluteId,
|
||||
pub(crate) data: OutputData,
|
||||
pub(crate) metadata: Metadata,
|
||||
}
|
||||
|
||||
impl ReceivedOutput {
|
||||
|
||||
Reference in New Issue
Block a user