tmp compile fix
This commit is contained in:
parent
dca3d3a551
commit
21739439db
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue