Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Fix clippy nightly + increase to latest rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Apr 15, 2020
1 parent a8754e3 commit bd9ac8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUST_TOOLCHAIN ?= 1.40.0
TOOLCHAIN = $(RUST_TOOLCHAIN)
CARGO = $(RUSTUP) run --install $(TOOLCHAIN) cargo --color always

NIGHTLY_TOOLCHAIN = nightly-2019-12-30
NIGHTLY_TOOLCHAIN = nightly-2020-04-10
CARGO_NIGHTLY = $(RUSTUP) run --install $(NIGHTLY_TOOLCHAIN) cargo --color always

GIT_HOOKS_PATH = ".githooks"
Expand Down
2 changes: 1 addition & 1 deletion tests/rfc003_bitcoin_htlc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn redeem_htlc_with_secret() {
inputs: vec![PrimedInput::new(
vout,
input_amount,
htlc.unlock_with_secret(&crate::ethereum_helper::SECP, secret_key, SECRET.clone()),
htlc.unlock_with_secret(&crate::ethereum_helper::SECP, secret_key, *SECRET),
)],
output_address: alice_addr.clone(),
}
Expand Down

0 comments on commit bd9ac8e

Please sign in to comment.