Skip to content

Commit

Permalink
notekey: implement copy
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 9, 2024
1 parent b843b53 commit f64198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/note.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::bindings;
use crate::transaction::Transaction;

#[derive(Debug, Clone, Eq, Ord, PartialEq, PartialOrd)]
#[derive(Debug, Clone, Copy, Eq, Ord, PartialEq, PartialOrd)]
pub struct NoteKey(u64);

impl NoteKey {
Expand Down

0 comments on commit f64198c

Please sign in to comment.