Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <richard.gibson@gmail.com>
  • Loading branch information
siarhei-agoric and gibson042 committed Jul 13, 2024
1 parent fef24b1 commit 363f83f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/solo/src/set-gci-ingress.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default function setGCIIngress(basedir, GCI, rpcAddresses, chainID) {
};
add(newconn);
const connections = [];

for (const conns of Object.values(connsByType)) {
connections.push(...conns);
}
Expand Down
2 changes: 0 additions & 2 deletions packages/zoe/src/contractFacet/zcfSeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,6 @@ export const createSeatManager = (
reallocate(/** @type {ZCFSeat[]} */ ...seats) {
for (const seat of seats) {
assertActive(seat);
}
for (const seat of seats) {
assertStagedAllocation(seat);
}

Expand Down

0 comments on commit 363f83f

Please sign in to comment.