Update script.js

This commit is contained in:
hyugogirubato 2024-03-30 20:07:53 +01:00
parent 2bccec049d
commit b5a2b726b2
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ const prepareKeyRequest = (address) => {
index = 4;
} else {
index = 5; // Default index assignment
print(Level.WARNING, SDK_API < 23 ? 'SDK API too old' : 'SDK API not implemented');
print(Level.WARNING, 'SDK API not implemented');
print(Level.WARNING, `Defaulting to args[${index}] for PrepareKeyRequest`);
}
this.ret = args[index];