File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments