GolosChain / golos

Socio-economic mediablockchain
https://developers.golos.io
Other
59 stars 36 forks source link

Add broadcast_transaction_with_callback method #406

Closed kotbegemot closed 6 years ago

kotbegemot commented 6 years ago

The broadcast_transaction_with_callback method was inefficient during the refactoring process. The broadcast_transaction_with_callback method should be added to the network_broadcast_api plugin. Current state was in 0.16.4: https://github.com/GolosChain/golos/blob/8b022de662269a5fa0a82ab297dba6e40168302c/libraries/app/api.cpp#L230

kotbegemot commented 6 years ago

https://github.com/GolosChain/golos/pull/410