mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 23:32:16 +00:00
Indent fix
This commit is contained in:
parent
61410adbaa
commit
18a14c6668
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user