Skip to content

Commit

Permalink
Update maya address on android test
Browse files Browse the repository at this point in the history
  • Loading branch information
BitolMaya committed Aug 11, 2023
1 parent 2f52e10 commit 066be4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class TestMAYAChainAddress {
@Test
fun testAddressValidation() {
var addr = listOf(
"maya1z53wwe7md6cewz9sqwqzn0aavpaun0gw0exn2r",
"maya1c8jd7ad9pcw4k3wkuqlkz4auv95mldr2knf5vy"
"maya1uuds8pd92qnnq0udw0rpg0szpgcslc9prlsqk8",
"maya1zf3gsk7edzwl9syyefvfhle37cjtql35n6emmw"
)
addr.forEach {
assert(CoinType.MAYACHAIN.validate(it))
Expand Down

0 comments on commit 066be4c

Please sign in to comment.