mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
72636b7180
* Make TransactionProcessing.processTransactionImpl() a bit more parallel, fetch all relevant received and spent txos in parallel * More refactors, make sure return types are Vector rather than Seq to make sure we don't have any pathlogical surprises with scala collections * Fix type annoation to be Vector * Fix remaining usage of Seq in TransactionProcessing * Fix pattern match on Vector on 2.12.x * Change input to Vector rather than Seq in processSpentUtxos() |
||
---|---|---|
.. | ||
resources | ||
scala/org/bitcoins/wallet |