Skip to content

Commit

Permalink
Deserialize TransactionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovh committed Dec 18, 2024
1 parent a145106 commit 1c8c0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-gui/backend/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl Transaction {
}
}

#[derive(Debug, Clone, PartialEq, Eq, Serialize)]
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct TransactionInfo {
pub wallet_id: WalletId,
pub tx: Transaction,
Expand Down

0 comments on commit 1c8c0b4

Please sign in to comment.