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

Indent fix

This commit is contained in:
Mike Hearn 2013-03-01 14:05:59 +01:00 committed by Mike Hearn
parent 61410adbaa
commit 18a14c6668

View File

@ -61,7 +61,7 @@ public class BlockChainTest {
BlockChainTest.this.block[0] = block; BlockChainTest.this.block[0] = block;
if (tx.isCoinBase()) { if (tx.isCoinBase()) {
BlockChainTest.this.coinbaseTransaction = tx; BlockChainTest.this.coinbaseTransaction = tx;
} }
} }
}; };
wallet.addKey(new ECKey()); wallet.addKey(new ECKey());