Skip to content

Commit

Permalink
doc: fix RouteUpdateRequest field length
Browse files Browse the repository at this point in the history
Signed-off-by: bwty <whalelephant@users.noreply.github.com>
  • Loading branch information
whalelephant committed May 21, 2021
1 parent 4adb7bc commit 66d86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/interledger-ccp/src/packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ impl RouteUpdateRequest {
}

fn try_from_data(mut data: &[u8]) -> Result<Self, CcpPacketError> {
// RouteUpdateRequest: routing_table (2)
// RouteUpdateRequest: routing_table_ip (16)
// + current_epoch_index (4)
// + from_epoch_index (4)
// + to_epoch_index (4)
Expand Down

0 comments on commit 66d86f5

Please sign in to comment.