mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-07 06:44:11 +00:00
Made txin mutable
This commit is contained in:
parent
10c3389f17
commit
dda640b336
@ -195,7 +195,7 @@ impl TransparentInputs {
|
|||||||
// _ => return Err(Error::InvalidAddress),
|
// _ => return Err(Error::InvalidAddress),
|
||||||
// }
|
// }
|
||||||
|
|
||||||
let txin = TxIn::new(utxo);
|
let mut txin = TxIn::new(utxo);
|
||||||
|
|
||||||
// Set lock time if present
|
// Set lock time if present
|
||||||
if (lock_time > 0) {
|
if (lock_time > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user