Skip to content

Commit

Permalink
Merge branch 'kaspanet:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX authored Jun 13, 2024
2 parents 4f4167f + 1a620c4 commit 3b408a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion notify/src/address/tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ impl Indexer for CounterMap {

#[cfg(test)]
#[derive(Debug, Clone)]
#[cfg(test)]
pub struct Counter {
pub index: Index,
pub count: RefCount,
Expand Down
1 change: 1 addition & 0 deletions rpc/macros/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use syn::{Attribute, Error, Expr, ExprArray, Result};
pub struct Handler {
pub name: String,
pub fn_call: Ident,
#[allow(dead_code)]
pub fn_with_suffix: Option<Ident>,
pub fn_no_suffix: Ident,
pub fn_camel: Ident,
Expand Down
2 changes: 2 additions & 0 deletions wallet/macros/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ use xxhash_rust::xxh32::xxh32;
#[derive(Debug)]
pub struct Handler {
pub name: String,
#[allow(dead_code)]
pub hash_32: Literal,
pub hash_64: Literal,
pub ident: Literal,
pub fn_call: Ident,
#[allow(dead_code)]
pub fn_with_suffix: Option<Ident>,
pub fn_no_suffix: Ident,
pub fn_camel: Ident,
Expand Down

0 comments on commit 3b408a1

Please sign in to comment.