Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Dec 16, 2024
1 parent 7f314d9 commit 8c8e108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/oracle/OracleService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ contract OracleService is
emit LogOracleServiceDeliveryFailed(requestId, requesterInfo.objectAddress, functionSignature);
}

emit LogOracleServiceResponseProcessed(requestId, request.requesterNftId, oracleNftId);
emit LogOracleServiceResponseProcessed(requestId, requesterInfo.nftId, oracleNftId);
}


Expand Down

0 comments on commit 8c8e108

Please sign in to comment.