Skip to content

Commit

Permalink
fix typo (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund authored and cbeck88 committed May 3, 2022
1 parent 66f0957 commit 928010d
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 @@ -420,7 +420,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 928010d

Please sign in to comment.