Skip to content

Commit

Permalink
chore: test for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wnjoon committed Jan 13, 2025
1 parent 93b9c5c commit a7a5e78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ Guides](https://github.com/babylonlabs-io/networks/blob/main/bbn-test-5/README.m

The [docs](./docs) directory contains the necessary information on how to get
started using the babylond executable for development purposes.

## Testing History

- 2025-01-13-13:22 : Initial test
2 changes: 1 addition & 1 deletion testutil/datagen/btc_blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func GenRandomBtcdBlockWithTransactions(

var proofs []*btcctypes.BTCSpvProof

for i, _ := range msgTxs {
for i := range msgTxs {
headerBytes := bbn.NewBTCHeaderBytesFromBlockHeader(header)
proof, err := btcctypes.SpvProofFromHeaderAndTransactions(&headerBytes, txBytes, uint(i))
if err != nil {
Expand Down

0 comments on commit a7a5e78

Please sign in to comment.