mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
TxLock and finalize (#485)
This commit is contained in:
parent
6c9cef1370
commit
7a003374ac
1 changed files with 3 additions and 1 deletions
|
@ -701,7 +701,9 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return Ok(slate);
|
self.tx_lock_outputs(keychain_mask, &s)?;
|
||||||
|
let ret_slate = self.finalize_tx(keychain_mask, &s)?;
|
||||||
|
return Ok(ret_slate);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(None) => Ok(slate),
|
Ok(None) => Ok(slate),
|
||||||
|
|
Loading…
Reference in a new issue