Skip to content

Commit a95e8cf

Browse files
authored
Update LTC.php
1 parent 75ab264 commit a95e8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Validation/LTC.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class LTC extends Validation
88
{
9-
const DEPRECATED_ADDRESS_VERSIONS = ['31'];
9+
const DEPRECATED_ADDRESS_VERSIONS = ['31', '03'];
1010

1111
protected $deprecatedAllowed = false;
1212

@@ -40,4 +40,4 @@ public function setDeprecatedAllowed($deprecatedAllowed)
4040
$this->deprecatedAllowed = $deprecatedAllowed;
4141
}
4242

43-
}
43+
}

0 commit comments

Comments
 (0)