bitcoinj/core/src
Daniel James 0be938b4a7 Block: Avoid NPE in hasTransactions()
Field is nullable;

```java
@Nullable List<Transaction> transactions;
```
2018-03-24 22:32:00 +01:00
..
main Block: Avoid NPE in hasTransactions() 2018-03-24 22:32:00 +01:00
test ScriptPattern: Add pattern matcher for segwit commitment (in an output of the coinbase transaction). 2018-03-21 15:04:03 +01:00