Skip to content

Commit 8ad9842

Browse files
author
Ariano Fonseca Ângelo
committed
v1.6.0
1 parent b6ca29c commit 8ad9842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CryptAPI/CryptAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function get_address() {
9595
$response = CryptAPI::_request($this->coin, 'create', $ca_params);
9696

9797
if ($response->status == 'success') {
98-
assert($response->address_out == $this->own_address, 'Output address mismatch');
98+
// assert($response->address_out == $this->own_address, 'Output address mismatch');
9999
$this->payment_address = $response->address_in;
100100
return $response->address_in;
101101
}

0 commit comments

Comments
 (0)