[#1162] Remove duplicated SubtreeRoot

- SubtreeRoot placeholder removed, we can rely on the generated one from the gprc
This commit is contained in:
Lukas Korba 2023-07-21 13:52:58 +02:00
parent 87faf91096
commit 5e8985d24e
2 changed files with 1 additions and 14 deletions

View File

@ -158,7 +158,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "cdbc06f10b2d7cbe0d6362b30f68167825942e86"
"revision" : "57eb3bd4db3c26bf44d2d8d8b0d6f09f7602a125"
}
}
],

View File

@ -1,13 +0,0 @@
//
// SubtreeRoot.swift
//
//
// Created by Jack Grigg on 19/07/2023.
//
import Foundation
public struct SubtreeRoot {
public let rootHash: Data
public let completingBlockHeight: BlockHeight
}