Skip to content

Commit

Permalink
seals: fix serde serialization of TxPtr
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 15, 2024
1 parent 1339f9f commit ef08920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seals/src/txout/seal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl SealTxid for Txid {
#[cfg_attr(
feature = "serde",
derive(Serialize, Deserialize),
serde(crate = "serde_crate", rename_all = "camelCase")
serde(crate = "serde_crate", rename_all = "camelCase", untagged)
)]
pub enum TxPtr {
/// Points to the witness transaction of some other closed seal.
Expand Down

0 comments on commit ef08920

Please sign in to comment.