Closed mycognosist closed 1 year ago
I noticed a small mistake in the type definition for cancel_id.
cancel_id
Was varint, should be u8[4] (matches req_id).
varint
u8[4]
req_id
Great catch, thanks @mycognosist.
I noticed a small mistake in the type definition for
cancel_id
.Was
varint
, should beu8[4]
(matchesreq_id
).