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.
Merge pull request cgaebel#3 from GambolingPangolin/master
removes deprecated rpc call 'generate'
- Loading branch information
Showing
9 changed files
with
44 additions
and
18 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 |
---|---|---|
|
@@ -10,4 +10,5 @@ dist-newstyle/ | |
cabal-dev/ | ||
cabal.sandbox.config | ||
.cabal-sandbox/ | ||
.stack-work | ||
tags |
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
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,5 +1,5 @@ | ||
Name: network-bitcoin | ||
Version: 1.8.5 | ||
Version: 1.9.0 | ||
Synopsis: An interface to bitcoind. | ||
Description: | ||
This can be used to send Bitcoins, query balances, etc. It | ||
|
@@ -18,7 +18,7 @@ License: BSD3 | |
License-file: LICENSE | ||
Author: Michael Hendricks <[email protected]> | ||
Clark Gaebel <[email protected]> | ||
Maintainer: Matt Wraith <[email protected]> | ||
Maintainer: Matt Wraith <[email protected]> | ||
Homepage: http://github.com/bitnomial/network-bitcoin | ||
Bug-reports: http://github.com/bitnomial/network-bitcoin/issues | ||
Copyright: 2012 Michael Hendricks <[email protected]> | ||
|
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
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
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