chores(@general): bump status-go
This commit is contained in:
parent
4e71f813a2
commit
97a553ff8c
|
@ -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]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e65e36fa6312e8c9ccd7e41dc0f8bfc84b37e2e
|
||||
Subproject commit d17b076bc2371e51b1882432cd5a0a0ef44b20e6
|
Loading…
Reference in New Issue