3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00

Move BlockImporter from examples to tools.

This commit is contained in:
Mike Hearn 2012-11-01 16:48:24 +01:00
parent 6f036f9cf2
commit 7873254b2d

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.google.bitcoin.examples; package com.google.bitcoin.tools;
import com.google.bitcoin.core.Block; import com.google.bitcoin.core.Block;
import com.google.bitcoin.core.FullPrunedBlockChain; import com.google.bitcoin.core.FullPrunedBlockChain;