Skip to content

Conversation

@nowooj
Copy link
Contributor

@nowooj nowooj commented Dec 26, 2025

Because in the code below we always need signerAddress in options

const options = ctx.getStagingData<any>(INPUT_VALIDATION_STAGING_KEYS.OPTIONS);
const signerAddress = options?.signerAddress;
if (!signerAddress) {
throw new Error('No signer address provided in options');
}

@pyramation pyramation merged commit e3d7a5a into hyperweb-io:main Dec 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants