Skip to content

Commit

Permalink
fix: update build status link (#38)
Browse files Browse the repository at this point in the history
* 🐞 fix: update build status link & set leafHashes as optional

* feat: set leafHashes as required, but allow empty

* fix: rollback TapBip32Derivation check
  • Loading branch information
jasonandjay authored Jul 29, 2024
1 parent 25fd684 commit bb59474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bip174
[![Build Status](https://travis-ci.org/bitcoinjs/bip174.png?branch=master)](https://travis-ci.org/bitcoinjs/bip174)
[![Build Status](https://github.com/bitcoinjs/bip174/actions/workflows/main_ci.yml/badge.svg)](https://github.com/bitcoinjs/bip174/actions/workflows/main_ci.yml)
[![NPM](https://img.shields.io/npm/v/bip174.svg)](https://www.npmjs.org/package/bip174)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Expand Down

0 comments on commit bb59474

Please sign in to comment.