Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Oct 14, 2024
1 parent e69dccb commit b69fd62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private static void readOrderBook(OrderBook orderBook, boolean oldWay) {
}
}
} else {
var stamp = orderBook.lock.readLock();
long stamp = orderBook.lock.readLock();
for (LimitOrder ask : orderBook.getAsks()) {
temp += ask.hashCode();
}
Expand Down

0 comments on commit b69fd62

Please sign in to comment.