Skip to content

Commit f159468

Browse files
committed
Storage => memory
1 parent 4bf7e1f commit f159468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/EthscriptionsProver.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ contract EthscriptionsProver {
103103
/// @notice Internal function to create and send proof for an ethscription
104104
/// @param ethscriptionTxHash The transaction hash of the ethscription
105105
/// @param proofInfo The queued proof info containing block data
106-
function _createAndSendProof(bytes32 ethscriptionTxHash, QueuedProof storage proofInfo) internal {
106+
function _createAndSendProof(bytes32 ethscriptionTxHash, QueuedProof memory proofInfo) internal {
107107
// Get ethscription data including previous owner
108108
Ethscriptions.Ethscription memory etsc = ethscriptions.getEthscription(ethscriptionTxHash);
109109
address currentOwner = ethscriptions.currentOwner(ethscriptionTxHash);

0 commit comments

Comments
 (0)