1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

parameter tweaks

This commit is contained in:
Matthias Kretschmann 2020-09-29 17:36:27 +02:00
parent f1f2123466
commit 3447fc3479
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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()