compile: fix syscoinaddressvalidator package name

This commit is contained in:
sidhujag 2018-06-03 09:16:46 -07:00
parent 76ec2f0478
commit d1c5ae5a84
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* Web : http://www.generalbytes.com
*
************************************************************************************/
package com.generalbytes.batm.server.extensions.extra.dash;
package com.generalbytes.batm.server.extensions.extra.syscoin;
import com.generalbytes.batm.server.coinutil.AddressFormatException;
import com.generalbytes.batm.server.coinutil.Base58;