We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca29c commit 8ad9842Copy full SHA for 8ad9842
CryptAPI/CryptAPI.php
@@ -95,7 +95,7 @@ public function get_address() {
95
$response = CryptAPI::_request($this->coin, 'create', $ca_params);
96
97
if ($response->status == 'success') {
98
- assert($response->address_out == $this->own_address, 'Output address mismatch');
+ // assert($response->address_out == $this->own_address, 'Output address mismatch');
99
$this->payment_address = $response->address_in;
100
return $response->address_in;
101
}
0 commit comments