PaymentSessionTest: Fix missing context.

This commit is contained in:
Andreas Schildbach
2018-02-28 01:35:24 +01:00
parent 5ed7847a80
commit a8c9a33d6a

View File

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