Skip to content

Commit

Permalink
Add view
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincheng96 committed Sep 27, 2024
1 parent 484f389 commit 00f9431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/GetCallbackDetails.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {QuarkWalletMetadata} from "quark-core/src/QuarkWallet.sol";
import {QuarkScript} from "quark-core/src/QuarkScript.sol";

contract GetCallbackDetails is QuarkScript {
function getCallbackAddress() public returns (address) {
function getCallbackAddress() public view returns (address) {
bytes32 callbackSlot = QuarkWalletMetadata.CALLBACK_SLOT;
address callbackAddress;
assembly {
Expand Down

0 comments on commit 00f9431

Please sign in to comment.