ArcPay / arcpay-server

1 stars 0 forks source link

`unsafeSend` also sends data to rabbitmq #4

Closed 0xbok closed 1 year ago

0xbok commented 1 year ago

rabbitmq is no longer an optional CLI command.

This PR moves the message publisher from main() to unsafe_send(). unsafe_send() now also sends all the data received to the queue.

Next step: update merkle tree with consumes messages from the queue.