Skip to content

Commit

Permalink
100 txns
Browse files Browse the repository at this point in the history
  • Loading branch information
humblenginr committed Apr 11, 2024
1 parent 79f5d44 commit e7f8c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mining/mining.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func SelectTransactionsFromFolder(validTxnsFolderPath string) []*txn.Transaction

for i, f := range files {
var transaction txn.Transaction
if(i == 16) {
if(i == 100) {
return txnSlice
}
txnPath := fmt.Sprintf("%s/%s", validTxnsFolderPath, f.Name())
Expand Down

0 comments on commit e7f8c03

Please sign in to comment.