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_address
parameter of typestring
is changed tospend_addresses
of type[]string
. This change is likely to affect only Web wallets developers. - API change: In
sync_mem_pool
,added_binary_transactions
of typestring
is changed toadded_bc_transactions
of typebytecoin::TransactionPrefix
. This change breaks compatilibilty between new and oldwalletd
andbytecoind
, so make sure they are both the same version.