mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 06:35:17 +01:00
Bech32Test: move to base
package
Bech32 is already there.
This commit is contained in:
parent
f59dc54ac8
commit
c298a2987e
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
Loading…
Add table
Reference in a new issue