Fix formatting

This commit is contained in:
ford-jones 2025-09-23 12:11:32 +12:00
parent 5157e3702a
commit 38f77b20f8

View file

@ -162,13 +162,13 @@ message NodeInfoLite {
/*
* Last byte of the node number of the node that should be used as the next hop to reach this node.
*/
uint32 next_hop = 13;
uint32 next_hop = 12;
/*
* Bitfield for storing booleans.
* LSB 0 is_key_manually_verified
*/
uint32 bitfield = 14;
uint32 bitfield = 13;
}
/*