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 {
|
||||
const providerComputeJobs = (await ProviderInstance.computeStatus(
|
||||
providerUrl,
|
||||
accountId.toLowerCase()
|
||||
accountId
|
||||
)) as ComputeJob[]
|
||||
|
||||
console.log(
|
||||
|
Loading…
Reference in New Issue
Block a user