mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Fix txid encoding
This commit is contained in:
parent
0cbcba62c3
commit
45c647a8c6
@ -435,7 +435,6 @@ impl LightClient {
|
||||
inbound.for_each(move |b| {
|
||||
let mut txid_bytes = [0u8; 32];
|
||||
txid_bytes.copy_from_slice(&b.txid);
|
||||
txid_bytes.reverse();
|
||||
|
||||
let u = crate::lightwallet::Utxo {
|
||||
address: b.address.unwrap().address,
|
||||
|
Loading…
Reference in New Issue
Block a user