Skip to content

Commit

Permalink
Fix ChannelVerifier Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Fletch153 committed Dec 21, 2023
1 parent 3cf7438 commit 4530fe5
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {ConfirmedOwner} from "../../shared/access/ConfirmedOwner.sol";
import {IChannelConfigStore} from "./interfaces/IChannelConfigStore.sol";
import {TypeAndVersionInterface} from "../../interfaces/TypeAndVersionInterface.sol";

contract StreamConfigStore is ConfirmedOwner, IChannelConfigStore, TypeAndVersionInterface {
contract ChannelConfigStore is ConfirmedOwner, IChannelConfigStore, TypeAndVersionInterface {

mapping(bytes32 => ChannelDefinition) private s_channelDefinitions;

Expand Down
Loading

0 comments on commit 4530fe5

Please sign in to comment.