Corrected RpcRequest in settingsGetSignatures method to use SETTINGS_GET_SIGNATURES
This commit is contained in:
parent
66ed368d75
commit
d140c861a0
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@
|
||||||
public function settingsGetSignatures(): array
|
public function settingsGetSignatures(): array
|
||||||
{
|
{
|
||||||
return array_map(fn($signatures) => new Signature($signatures), $this->sendRequest(
|
return array_map(fn($signatures) => new Signature($signatures), $this->sendRequest(
|
||||||
new RpcRequest(StandardMethods::SETTINGS_GET_INFORMATION_FIELDS)
|
new RpcRequest(StandardMethods::SETTINGS_GET_SIGNATURES)
|
||||||
)->getResponse()->getResult());
|
)->getResponse()->getResult());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue