Skip to content

Commit

Permalink
Added tests for submit transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 11, 2020
1 parent c0561b6 commit 6085e53
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 23 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# go-minercraft
> Interact with Bitcoin Miner APIs (unofficial Go library of [Minercraft](https://github.com/interplanaria/minercraft))
[![Release](https://img.shields.io/github/release-pre/tonicpow/go-minercraft.svg?logo=github&style=flat&v=3)](https://github.com/tonicpow/go-minercraft/releases)
[![Build Status](https://travis-ci.com/tonicpow/go-minercraft.svg?branch=master&v=3)](https://travis-ci.com/tonicpow/go-minercraft)
[![Report](https://goreportcard.com/badge/github.com/tonicpow/go-minercraft?style=flat&v=3)](https://goreportcard.com/report/github.com/tonicpow/go-minercraft)
[![codecov](https://codecov.io/gh/tonicpow/go-minercraft/branch/master/graph/badge.svg?v=3)](https://codecov.io/gh/tonicpow/go-minercraft)
[![Go](https://img.shields.io/github/go-mod/go-version/tonicpow/go-minercraft?v=3)](https://golang.org/)
[![Release](https://img.shields.io/github/release-pre/tonicpow/go-minercraft.svg?logo=github&style=flat&v=4)](https://github.com/tonicpow/go-minercraft/releases)
[![Build Status](https://travis-ci.com/tonicpow/go-minercraft.svg?branch=master&v=4)](https://travis-ci.com/tonicpow/go-minercraft)
[![Report](https://goreportcard.com/badge/github.com/tonicpow/go-minercraft?style=flat&v=4)](https://goreportcard.com/report/github.com/tonicpow/go-minercraft)
[![codecov](https://codecov.io/gh/tonicpow/go-minercraft/branch/master/graph/badge.svg?v=4)](https://codecov.io/gh/tonicpow/go-minercraft)
[![Go](https://img.shields.io/github/go-mod/go-version/tonicpow/go-minercraft?v=4)](https://golang.org/)

<br/>

Expand Down Expand Up @@ -165,4 +165,4 @@ nChain & team for developing the [brfc-merchant-api](https://github.com/bitcoin-

## License

![License](https://img.shields.io/github/license/tonicpow/go-minercraft.svg?style=flat&v=3)
![License](https://img.shields.io/github/license/tonicpow/go-minercraft.svg?style=flat&v=4)
1 change: 1 addition & 0 deletions client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
)

const (
testAPIVersion = "0.1.0"
testEncoding = "UTF-8"
testMimeType = "application/json"
testMinerID = "1234567"
Expand Down
Loading

0 comments on commit 6085e53

Please sign in to comment.