Skip to content

Commit

Permalink
fix: add codespaced to tx_sync/tx_async responses
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo authored and aeryz committed Nov 27, 2023
1 parent 451a8b1 commit 85667b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpc/src/endpoint/broadcast/tx_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ pub struct Response {

/// Transaction hash
pub hash: Hash,

/// Transaction hash
pub codespace: String,
}

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

/// Transaction hash
pub hash: Hash,

/// Transaction hash
pub codespace: String,
}

impl crate::Response for Response {}

0 comments on commit 85667b5

Please sign in to comment.