Skip to content

Commit

Permalink
fix: Update packages/vats/src/ibc.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mark S. Miller <erights@users.noreply.github.com>
  • Loading branch information
2 people authored and michaelfig committed Aug 9, 2021
1 parent 2479017 commit d6d5ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vats/src/ibc.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export function makeIBCProtocolHandler(E, rawCallIBCDevice) {
/**
* @type {Store<Port, Set<PromiseRecord<ConnectionHandler>>>}
*/
// Legacy because it holds a raw JavaScript Set
const portToPendingConns = makeLegacyMap('Port');

/** @type {Store<Endpoint, Endpoint>} */
Expand Down

0 comments on commit d6d5ae2

Please sign in to comment.