3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +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.
*/
package com.google.bitcoin.examples;
package com.google.bitcoin.tools;
import com.google.bitcoin.core.Block;
import com.google.bitcoin.core.FullPrunedBlockChain;