Skip to content

Commit bf1bcfb

Browse files
committed
remove duplicated function
1 parent 9c74d60 commit bf1bcfb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

runtime/src/precompiles/solidity/subnet.sol

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,4 @@ interface ISubnet {
165165
uint16 netuid,
166166
uint64 commitRevealWeightsInterval
167167
) external payable;
168-
169-
/// Registers a new network without specifying details.
170-
function registerNetwork(bytes32 hotkey) external payable;
171-
/// Registers a new network with specified subnet name, GitHub repository, and contact information.
172-
function registerNetwork(
173-
bytes32 hotkey,
174-
bytes memory subnetName,
175-
bytes memory githubRepo,
176-
bytes memory subnetContact
177-
) external payable;
178168
}

0 commit comments

Comments
 (0)