Skip to content

Commit

Permalink
Merge pull request #80 from BP-WG/yaml
Browse files Browse the repository at this point in the history
Fix serde serialization of TxPtr
  • Loading branch information
dr-orlovsky authored Mar 15, 2024
2 parents 1339f9f + ef08920 commit 9e26815
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 9e26815

Please sign in to comment.