mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 14:44:01 +01:00
Merge pull request #90 from TheBlueMatt/2018-07-percent-bump
Bump README percent usable
This commit is contained in:
commit
731aeab1f8
@ -1,8 +1,7 @@
|
||||
Rust-Lightning, not Rusty's Lightning!
|
||||
|
||||
Currently somewhere near 5% towards usable, published to see if there is any
|
||||
real interest from folks in either contributing to or using a lightning rust
|
||||
library.
|
||||
Currently somewhere near 10% towards usable, published to see if there is any
|
||||
real interest from folks in using a lightning rust library.
|
||||
|
||||
The goal is to provide a full-featured but also incredibly flexible lightning
|
||||
implementation, allowing the user to decide how they wish to use it. With that
|
||||
|
@ -40,11 +40,11 @@ mod tests {
|
||||
|
||||
use bitcoin::blockdata::script::{Script, Builder};
|
||||
use bitcoin::blockdata::transaction::TxOut;
|
||||
use bitcoin::util::hash::Sha256dHash;
|
||||
use bitcoin::util::hash::Sha256dHash;
|
||||
|
||||
use hex::decode;
|
||||
|
||||
#[test]
|
||||
#[test]
|
||||
fn sort_output_by_value() {
|
||||
let txout1 = TxOut {
|
||||
value: 100,
|
||||
@ -67,7 +67,7 @@ mod tests {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[test]
|
||||
fn sort_output_by_script_pubkey() {
|
||||
let txout1 = TxOut {
|
||||
value: 100,
|
||||
@ -90,7 +90,7 @@ mod tests {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[test]
|
||||
fn sort_output_by_bip_test() {
|
||||
let txout1 = TxOut {
|
||||
value: 100000000,
|
||||
@ -136,7 +136,7 @@ mod tests {
|
||||
|
||||
assert_eq!(outputs, expected);
|
||||
}
|
||||
)*
|
||||
)*
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user