mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
PaymentSessionTest: Fix missing context.
This commit is contained in:
parent
5ed7847a80
commit
a8c9a33d6a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user