Skip to content

Commit e565825

Browse files
committed
add memory storage
1 parent cdda2f6 commit e565825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/precompiles/solidity/subnet.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ interface ISubnet {
66
/// Registers a new network without specifying details.
77
function registerNetwork() external payable;
88
/// Registers a new network with specified subnet name, GitHub repository, and contact information.
9-
function registerNetwork(bytes subnetName, bytes githubRepo, bytes subnetContact) external payable;
9+
function registerNetwork(bytes memory subnetName, bytes memory githubRepo, bytes memory subnetContact) external payable;
1010
}

0 commit comments

Comments
 (0)