tmp compile fix

This commit is contained in:
Lukas Korba 2025-02-28 11:07:38 +01:00
parent dca3d3a551
commit 21739439db
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class TorLwdConn {
var height: UInt64 = 0
let txPtr = zcashlc_tor_lwd_conn_fetch_transaction(
conn, txId.bytes, &height)
conn, txId.bytes)
guard let txPtr else {
throw ZcashError.rustTorLwdFetchTransaction(