Skip to content

Commit

Permalink
Fix transaction hash retrieving
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed Oct 20, 2023
1 parent b161cbb commit fccc9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ export default function createTokenModule({
}
}

const { receipt: { transactionHash } = {} } = await hub.populateTransaction
const { transactionHash } = await hub.populateTransaction
.transferThrough(tokenOwners, sources, destinations, values)
.then(({ data }) =>
safe.sendTransaction(account, {
Expand Down

0 comments on commit fccc9b9

Please sign in to comment.