Skip to content

Commit

Permalink
Fix hash method call
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmct authored and wanseob committed Nov 25, 2021
1 parent 94ee035 commit 99d750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zk-wizard/src/zk-wallet-account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ export class ZkWalletAccount {
await this.unlockUtxos(tx.inflow)
throw Error(await response.text())
}
return zkTx.hash.toString()
return zkTx.hash().toString()
}

private async deposit(note: Utxo, fee: Fp): Promise<boolean> {
Expand Down

0 comments on commit 99d750a

Please sign in to comment.