3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

TestWithWallet: add a TODO to clean it up

This commit is contained in:
Mike Hearn 2013-10-27 18:23:06 +01:00
parent 4d23183283
commit a3356c511a

View File

@ -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