mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 15:10:18 +01:00
TestWithWallet: add a TODO to clean it up
This commit is contained in:
parent
4d23183283
commit
a3356c511a
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ import java.math.BigInteger;
|
|||
import static com.google.bitcoin.utils.TestUtils.createFakeBlock;
|
||||
import static com.google.bitcoin.utils.TestUtils.createFakeTx;
|
||||
|
||||
// TODO: This needs to be somewhat rewritten - the "sendMoneyToWallet" methods aren't sending via the block chain object
|
||||
|
||||
/**
|
||||
* A utility class that you can derive from in your unit tests. TestWithWallet sets up a wallet with a key,
|
||||
* an in memory block store and a block chain object. It also provides helper methods for filling the wallet
|
||||
|
|
Loading…
Add table
Reference in a new issue