chores(@general): bump status-go

This commit is contained in:
Anthony Laibe 2022-07-07 11:02:14 +02:00 committed by Anthony Laibe
parent 4e71f813a2
commit 97a553ff8c
2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ proc getDerivedAddressList*(password: string, derivedFrom: string, path: string,
proc getDerivedAddressListForMnemonic*(mnemonic: string, path: string, pageSize: int = 0, pageNumber: int = 6,): RpcResponse[JsonNode] {.raises: [Exception].} =
let payload = %* [mnemonic, path, pageSize, pageNumber ]
result = core.callPrivateRPC("wallet_getDerivedAddressesForMenominicWithPath", payload)
result = core.callPrivateRPC("wallet_getDerivedAddressesForMnemonicWithPath", payload)
proc getDerivedAddressForPrivateKey*(privateKey: string,): RpcResponse[JsonNode] {.raises: [Exception].} =
let payload = %* [privateKey]

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 3e65e36fa6312e8c9ccd7e41dc0f8bfc84b37e2e
Subproject commit d17b076bc2371e51b1882432cd5a0a0ef44b20e6