Skip to content

Commit 731aeab

Browse files
authored
Merge pull request #90 from TheBlueMatt/2018-07-percent-bump
Bump README percent usable
2 parents fe9bb1d + 7f46025 commit 731aeab

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Rust-Lightning, not Rusty's Lightning!
22

3-
Currently somewhere near 5% towards usable, published to see if there is any
4-
real interest from folks in either contributing to or using a lightning rust
5-
library.
3+
Currently somewhere near 10% towards usable, published to see if there is any
4+
real interest from folks in using a lightning rust library.
65

76
The goal is to provide a full-featured but also incredibly flexible lightning
87
implementation, allowing the user to decide how they wish to use it. With that

src/util/transaction_utils.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ mod tests {
4040

4141
use bitcoin::blockdata::script::{Script, Builder};
4242
use bitcoin::blockdata::transaction::TxOut;
43-
use bitcoin::util::hash::Sha256dHash;
43+
use bitcoin::util::hash::Sha256dHash;
4444

4545
use hex::decode;
4646

47-
#[test]
47+
#[test]
4848
fn sort_output_by_value() {
4949
let txout1 = TxOut {
5050
value: 100,
@@ -67,7 +67,7 @@ mod tests {
6767
);
6868
}
6969

70-
#[test]
70+
#[test]
7171
fn sort_output_by_script_pubkey() {
7272
let txout1 = TxOut {
7373
value: 100,
@@ -90,7 +90,7 @@ mod tests {
9090
);
9191
}
9292

93-
#[test]
93+
#[test]
9494
fn sort_output_by_bip_test() {
9595
let txout1 = TxOut {
9696
value: 100000000,
@@ -136,7 +136,7 @@ mod tests {
136136

137137
assert_eq!(outputs, expected);
138138
}
139-
)*
139+
)*
140140
}
141141
}
142142

0 commit comments

Comments
 (0)