RootSoft / algorand-php

Unofficial community SDK to interact with the Algorand network, in PHP & Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to destroy asset

hafael opened this issue · comments

the destroy() method of the AssetConfigTransactionBuilder class returns an instance of the AssetConfigTransaction class, when it should return its context, so that the transaction proceeds to the rate calculation step through the build() method.

Thanks, i've merged it.