Skip to content

added implicit conversion and critical bug workaround

Compare
Choose a tag to compare
@KryptomineCH KryptomineCH released this 26 Jun 14:53
· 167 commits to master since this release

1.8.1.16: added implicit conversion and critical bug workaround

  • added a workaround where the getTransactions endpoint returns an amount of 0 in an unknown circumstance. In this unexpected case, the application would crash when calling GetPrimaryCoin on the transaction.
    Now returns the first coin if acount is 0 but coins are specified
  • added an implicit conversion from TradeRecord to GetOffer