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