Skip to content

Commit

Permalink
fix typo (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund authored Apr 29, 2022
1 parent d991eee commit 83dcf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobilecoind-json/src/data_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ impl From<&mc_mobilecoind_api::ReceiverTxReceipt> for JsonReceiverTxReceipt {
tx_public_key: hex::encode(&src.get_tx_public_key().get_data()),
tx_out_hash: hex::encode(&src.get_tx_out_hash()),
tombstone: src.get_tombstone(),
confirmation_number: hex::encode(&src.get_tx_out_hash()),
confirmation_number: hex::encode(&src.get_confirmation_number()),
}
}
}
Expand Down

0 comments on commit 83dcf52

Please sign in to comment.