omnilaboratory / obd

OmniBOLT daemon, a golang implementation of OmniBOLT spec, the smart assets lightning network.
MIT License
213 stars 21 forks source link

Data sync mechanism between tracker and obd #55

Open neocarmack opened 2 years ago

neocarmack commented 2 years ago

This is the bug 9 in issue 53: https://github.com/omnilaboratory/obd/issues/53

  1. (to to)channelInfo will be updated on both sides of tracker and obd-server; When an obd starts, obd's channels-Info data will cover the data from the tracker, the tracker's update will lost. The sync mechanism between obd and tracker causes data error.