Bech32Test: move to base package

Bech32 is already there.
This commit is contained in:
Andreas Schildbach 2022-08-11 16:35:59 +02:00
parent f59dc54ac8
commit c298a2987e

View file

@ -14,9 +14,8 @@
* limitations under the License.
*/
package org.bitcoinj.core;
package org.bitcoinj.base;
import org.bitcoinj.base.Bech32;
import org.bitcoinj.base.exceptions.AddressFormatException;
import org.junit.Test;