forked from cgaebel/network-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
draft impl estimatesmartfee endpoint
- Loading branch information
1 parent
de8f14a
commit 6a03ead
Showing
5 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
.project | ||
Setup.hs | ||
dist/ | ||
dist-newstyle/ | ||
cabal-dev/ | ||
network-bitcoin-tests | ||
cabal.sandbox.config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
See the [Hackage documentation](http://hackage.haskell.org/package/network-bitcoin) | ||
network-bitcoin | ||
==== | ||
|
||
See the [Hackage documentation](http://hackage.haskell.org/package/network-bitcoin). | ||
|
||
Testing | ||
---- | ||
|
||
The tests expect to run against a `bitcoind` node synced to testnet. Invoke `bitcoind` with: | ||
|
||
```shell | ||
$ bitcoind -rpcuser -rpcpassword -testnet | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters