Skip to content

Commit

Permalink
Update src/deployment/DSPCInstance.sol
Browse files Browse the repository at this point in the history
Co-authored-by: amusingaxl <[email protected]>
Signed-off-by: oddaf <[email protected]>
  • Loading branch information
oddaf and amusingaxl authored Feb 19, 2025
1 parent 917eb4d commit def70fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deployment/DSPCInstance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ import {DSPC} from "../DSPC.sol";
import {DSPCMom} from "../DSPCMom.sol";

struct DSPCInstance {
DSPC dspc;
DSPCMom mom;
address dspc;
address mom;
}

0 comments on commit def70fa

Please sign in to comment.