Skip to content

Commit

Permalink
fix: merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
qlp committed Sep 2, 2024
1 parent 5e798fc commit 16758cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions rpc/src/endpoint/broadcast/tx_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ pub struct Response {

/// Transaction hash
pub hash: Hash,

/// Transaction hash
pub codespace: String,
}

impl crate::Response for Response {}
3 changes: 0 additions & 3 deletions rpc/src/endpoint/broadcast/tx_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ pub struct Response {

/// Transaction hash
pub hash: Hash,

/// Transaction hash
pub codespace: String,
}

impl crate::Response for Response {}

0 comments on commit 16758cb

Please sign in to comment.