Skip to content

Commit

Permalink
Fix Utxo model txout_cbor.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskin1 committed Apr 4, 2024
1 parent 6e33b1c commit 84f8bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/addresses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub struct Utxo {
pub index: i64,
pub reference_script: ReferenceScript,
pub tx_hash: String,
pub tx_out_cbor: String,
pub txout_cbor: String,
}

#[derive(Deserialize)]
Expand Down

0 comments on commit 84f8bfe

Please sign in to comment.