Skip to content

Commit e40e36a

Browse files
committed
remove todo comment
1 parent 8bb8f71 commit e40e36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/src/base/Exchange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3153,7 +3153,7 @@ export default class Exchange {
31533153
}
31543154

31553155
try {
3156-
this.last_proof = undefined; // TODO: I wonder if there's a race condition on last_proof, where another request's proof is passed instead? We should test this.
3156+
this.last_proof = undefined;
31573157

31583158
const path = url.split("?")[0];
31593159
const idMap = urlToMethodMap[this.id] ?? {};

0 commit comments

Comments
 (0)