Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit aeded55

Browse files
committed
small fix
1 parent 8db8d5b commit aeded55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataunion/DataUnion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ export class DataUnion {
504504
): Promise<ContractReceipt> {
505505
const address = getAddress(memberAddress) // throws if bad address
506506
const duSidechain = await this.getContracts().getSidechainContract(this.contractAddress)
507-
const tx = duSidechain.transferToMemberInContract(address, amountTokenWei)
507+
const tx = await duSidechain.transferToMemberInContract(address, amountTokenWei)
508508
return tx.wait()
509509
}
510510

0 commit comments

Comments
 (0)