Skip to content

Commit

Permalink
Fix TestGetTransactions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Jun 9, 2020
1 parent 5ca06dd commit b9dc24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/arb-validator-core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/gorilla/mux v1.7.4
github.com/offchainlabs/arbitrum/packages/arb-util v0.6.4
github.com/pkg/errors v0.9.1
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
google.golang.org/protobuf v1.24.0
)
Expand Down
1 change: 1 addition & 0 deletions packages/arb-validator-core/message/transactionBatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (m TransactionBatch) getBatchTransactions() []BatchTx {
break
}
txes = append(txes, batch)
offset += batch.encodedLength()
}
return txes
}
Expand Down

0 comments on commit b9dc24b

Please sign in to comment.