Removed API hacks which are no longer needed

pull/1053/head
Morgan Pretty 11 months ago
parent 83911cf9f7
commit 44a2eb3e90

@ -413,9 +413,6 @@ public final class SnodeAPI {
let sendTimestamp: UInt64 = UInt64(SnodeAPI.currentOffsetTimestampMs()) let sendTimestamp: UInt64 = UInt64(SnodeAPI.currentOffsetTimestampMs())
// FIXME: There is a bug on SS now that a single-hash lookup is not working. Remove it when the bug is fixed
let serverHashes: [String] = serverHashes.appending("///////////////////////////////////////////") // Fake hash with valid length
do { do {
return try SnodeAPI return try SnodeAPI
.prepareRequest( .prepareRequest(
@ -683,9 +680,6 @@ public final class SnodeAPI {
.eraseToAnyPublisher() .eraseToAnyPublisher()
} }
// FIXME: There is a bug on SS now that a single-hash lookup is not working. Remove it when the bug is fixed
let serverHashes: [String] = serverHashes.appending("///////////////////////////////////////////") // Fake hash with valid length
do { do {
return try SnodeAPI return try SnodeAPI
.prepareRequest( .prepareRequest(

Loading…
Cancel
Save