Skip to content

Commit

Permalink
Merge pull request #1004 from KomodoPlatform/dev
Browse files Browse the repository at this point in the history
Segwit support. WASM P2P. Bug fixes.
  • Loading branch information
tonymorony authored Aug 23, 2021
2 parents 449959e + ddebc9c commit 4117074
Show file tree
Hide file tree
Showing 118 changed files with 8,455 additions and 7,911 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ and we use [rustfmt](https://github.com/rust-lang/rustfmt) to make our code clea

1. Install these tools (only once):
```
rustup component add rustfmt --toolchain nightly-2020-02-01
rustup component add rustfmt
rustup component add clippy
```
1. Format the code using rustfmt:
```
cargo +nightly fmt
cargo fmt
```
1. Make sure there are no warnings and errors. Run the Clippy:
```
Expand Down
Loading

0 comments on commit 4117074

Please sign in to comment.