Skip to content

Commit

Permalink
wireshark: correct name of MsgDone in tx-submission protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 19, 2020
1 parent bad922b commit 73c261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouroboros-network/wireshark-plugin/ouroboros_network.lua
Expand Up @@ -56,7 +56,7 @@ local txsubmission_msg_codes = {
[1] = "MsgReplyTxIds",
[2] = "MsgRequestTxs",
[3] = "MsgReplyTxs",
[4] = "TokBlocking"
[4] = "MsgDone"
}

local on_txsubmission_msg = ProtoField.uint8("ouroboros.txsubmsg", "TxSubmission Message", base.DEC, txsubmission_msg_codes, nil, "TxSubmission Message Types")
Expand Down

0 comments on commit 73c261a

Please sign in to comment.