GridtNetwork / gridtlib

Core library for the gridt network
0 stars 0 forks source link

Fixed bug with last signal when swapping leaders #41

Closed AntoninThioux closed 11 months ago

AntoninThioux commented 11 months ago

The Gridt-client expects that last_signal is an (json) object like this:

{
   ...
   last_signal: {
      time_stamp: string
      message?: string;
   };
   ...
}

This PR fixes this.