mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
removed to lowerCase on eth address
This commit is contained in:
parent
d42b0b6a2d
commit
70f181a595
@ -220,7 +220,7 @@ async function getJobs(
|
|||||||
try {
|
try {
|
||||||
const providerComputeJobs = (await ProviderInstance.computeStatus(
|
const providerComputeJobs = (await ProviderInstance.computeStatus(
|
||||||
providerUrl,
|
providerUrl,
|
||||||
accountId.toLowerCase()
|
accountId
|
||||||
)) as ComputeJob[]
|
)) as ComputeJob[]
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
|
Loading…
Reference in New Issue
Block a user