PaymentSessionTest: Fix missing context.

This commit is contained in:
Andreas Schildbach
2018-02-28 01:35:24 +01:00
parent 07e3f55b7d
commit 380980d291

View File

@@ -50,6 +50,7 @@ public class PaymentSessionTest {
@Before
public void setUp() throws Exception {
new Context(PARAMS);
serverKey = new ECKey();
tx = new Transaction(PARAMS);
outputToMe = new TransactionOutput(PARAMS, tx, coin, serverKey);