You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored tx broadcast.
* Don't use commit/block method, wait instead
* Added AsyncBroadcastMsg for cases when waiting is implemented externally
* QueueBroadcastMsg must await its transactions by design
* Fixed QueueBroadcastMsg enqueueing bug.