Skip to content

Commit ade58c2

Browse files
committed
fix: add function to query blueprint manager address
1 parent 9ffb045 commit ade58c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MasterBlueprintServiceManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ contract MasterBlueprintServiceManager is RootChainEnabled, AccessControl, Pausa
321321

322322
/// @dev Get the blueprint manager address
323323
/// @param blueprintId The unique identifier of the blueprint.
324-
/// @return the blueprint manager address
324+
/// @return manager The blueprint manager address
325325
function getManagerAddress(uint64 blueprintId) public view returns (address manager) {
326326
manager = blueprints.get(blueprintId);
327327
}

0 commit comments

Comments
 (0)