Skip to content

Commit

Permalink
small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Nov 9, 2023
1 parent 67b0100 commit 5b2246f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/n2c-miniprotocols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ publish = false

[dependencies]
pallas = { path = "../../pallas" }
pallas-codec = { path = "../../pallas-codec" }
net2 = "0.2.37"
hex = "0.4.3"
log = "0.4.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl Encode<()> for LedgerQuery {
fn encode<W: encode::Write>(
&self,
e: &mut Encoder<W>,
ctx: &mut (),
_: &mut (),
) -> Result<(), encode::Error<W::Error>> {
match self {
LedgerQuery::BlockQuery(era, q) => {
Expand Down

0 comments on commit 5b2246f

Please sign in to comment.