Skip to content

Commit

Permalink
updating transaction/extra tests for new report
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Apr 18, 2023
1 parent 1af2748 commit 357b316
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 165 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions account-keys/src/account_keys.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2022 The MobileCoin Foundation
// Copyright (c) 2018-2023 The MobileCoin Foundation

//! MobileCoin account keys.
//!
Expand Down Expand Up @@ -50,9 +50,7 @@ pub use mc_core::{
};

/// A MobileCoin user's public subaddress.
#[derive(
Clone, Digestible, Eq, Hash, Ord, PartialEq, PartialOrd, Zeroize,
)]
#[derive(Clone, Digestible, Eq, Hash, Ord, PartialEq, PartialOrd, Zeroize)]
#[cfg_attr(feature = "prost", derive(Message))]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct PublicAddress {
Expand Down
Loading

0 comments on commit 357b316

Please sign in to comment.