Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeereboom committed Jul 11, 2024
1 parent 3f0c74b commit 9219b0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/tbc/tbcfork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ func newBlockTemplate(params *chaincfg.Params, payToAddress btcutil.Address, nex
Bits: reqDifficulty,
},
}

// XXX Add some spent transaxtion here

for _, tx := range blockTxs {
if err = msgBlock.AddTransaction(tx.MsgTx()); err != nil {
return nil, fmt.Errorf("add transaction to block: %w", err)
Expand Down

0 comments on commit 9219b0c

Please sign in to comment.