mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
parameter tweaks
This commit is contained in:
parent
f1f2123466
commit
3447fc3479
@ -10,7 +10,7 @@ export default function PoolTransactions(): ReactElement {
|
|||||||
async function getLogs() {
|
async function getLogs() {
|
||||||
if (!ocean || !accountId) return
|
if (!ocean || !accountId) return
|
||||||
|
|
||||||
const logs = await ocean.pool.getAllPoolLogs(accountId)
|
const logs = await ocean.pool.getAllPoolLogs(accountId, true, true, true)
|
||||||
setLogs(logs)
|
setLogs(logs)
|
||||||
}
|
}
|
||||||
getLogs()
|
getLogs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user