Skip to content

Commit

Permalink
Updated readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 11, 2020
1 parent 283f52a commit b14d26a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ View documentation on hosting your own [mAPI server](https://github.com/bitcoin-

### Features
- Merchant API Support:
- [x] Fee Quote
- [x] Query Transaction Status
- [x] Submit Transaction
- [ ] Submit Multiple Transactions `(Miners have not implemented as of 10/9/20)`
- [x] [Fee Quote](https://github.com/bitcoin-sv-specs/brfc-merchantapi#get-fee-quote)
- [x] [Query Transaction Status](https://github.com/bitcoin-sv-specs/brfc-merchantapi#Query-transaction-status)
- [x] [Submit Transaction](https://github.com/bitcoin-sv-specs/brfc-merchantapi#Submit-transaction)
- [ ] [Submit Multiple Transactions](https://github.com/bitcoin-sv-specs/brfc-merchantapi#Submit-multiple-transactions) `(Miners have not implemented as of 10/9/20)`
- Custom Features:
- [Client](client.go) is completely configurable
- Using default [heimdall http client](https://github.com/gojek/heimdall) with exponential backoff & more
- Use your own HTTP client
- Current miner information located at `response.Miner.name` and [defaults](config.go)
- Automatic Signature Validation `response.Validated=true/false`
- `BestQuote()` will fetch from all miners and return the best quote
- `BestQuote()` will get quotes from all miners and return the best quote
- `CalculateFee()` will return the fee for a given transaction

<details>
Expand Down

0 comments on commit b14d26a

Please sign in to comment.