Branch: refs/heads/master
Home: https://github.com/btcsuite/btcrpcclient
Commit: 9874580e5b5c4fe73bbb38d8358927a4b14be46f
https://github.com/btcsuite/btcrpcclient/commit/9874580e5b5c4fe73bbb38d8358927a4b14be46f
Author: Alex Akselrod <[email protected]>
Date: 2015-05-05 (Tue, 05 May 2015)
Changed paths:
M mining.go
Log Message:
-----------
Add Generate support in mining.go.
- Create FutureGenerateResult type with Receive() method
- Create GenerateAsync method for Client which returns a
FutureGenerateResult
- Create Generate method for Client which calls GenerateAsync
and then calls Receive() on the returned FutureGenerateResult