Creates a package for the bench project, moves BlockBench into that package (#472)

This commit is contained in:
Chris Stewart 2019-05-14 09:21:50 -05:00 committed by GitHub
parent 88122fc30a
commit 5c56693862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
package org.bitcoins.bench.core
import org.bitcoins.core.protocol.blockchain.Block
import org.slf4j.LoggerFactory