We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdda2f6 commit e565825Copy full SHA for e565825
runtime/src/precompiles/solidity/subnet.sol
@@ -6,5 +6,5 @@ interface ISubnet {
6
/// Registers a new network without specifying details.
7
function registerNetwork() external payable;
8
/// Registers a new network with specified subnet name, GitHub repository, and contact information.
9
- function registerNetwork(bytes subnetName, bytes githubRepo, bytes subnetContact) external payable;
+ function registerNetwork(bytes memory subnetName, bytes memory githubRepo, bytes memory subnetContact) external payable;
10
}
0 commit comments