Skip to content

Commit 7717948

Browse files
committed
fixed issuance error
1 parent 745f03a commit 7717948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ protected function getSourceTokenSends()
533533

534534
protected function getLatestSupply($token){
535535
$info = $this->xcp->get_asset_info(array('assets' => array($token)));
536-
if(is_array($this->info)){
536+
if(is_array($info)){
537537
$this->accepted_info[$token]['supply'] = $info[0]['supply'];
538538
}
539539
if($this->token == $token){

0 commit comments

Comments
 (0)