mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
core: Add TxSigComponent.spendingOutputs
This commit is contained in:
parent
c999084d97
commit
cb075bd707
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ sealed abstract class TxSigComponent {
|
|||
* for Bitcoin
|
||||
*/
|
||||
def sigVersion: SignatureVersion
|
||||
|
||||
/** Where we we are spending money to */
|
||||
def spendingOutputs: Vector[TransactionOutput] = transaction.outputs
|
||||
}
|
||||
|
||||
object TxSigComponent {
|
||||
|
|
Loading…
Add table
Reference in a new issue