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
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
|
new Context(TESTNET);
|
||||||
serverKey = new ECKey();
|
serverKey = new ECKey();
|
||||||
tx = new Transaction(TESTNET);
|
tx = new Transaction(TESTNET);
|
||||||
outputToMe = new TransactionOutput(TESTNET, tx, coin, serverKey);
|
outputToMe = new TransactionOutput(TESTNET, tx, coin, serverKey);
|
||||||
|
Reference in New Issue
Block a user