mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
PaymentSessionTest: Fix missing context.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user