v3.0.2
Thanks to the many requests and feedback from our integrators, we’ve updated our Bytecoin Daemon and added some new features to the backend part:
- API change: In
create_transaction,spend_addressparameter of typestringis changed tospend_addressesof type[]string. This change is likely to affect only Web wallets developers. - API change: In
sync_mem_pool,added_binary_transactionsof typestringis changed toadded_bc_transactionsof typebytecoin::TransactionPrefix. This change breaks compatilibilty between new and oldwalletdandbytecoind, so make sure they are both the same version.