Skip to content

Commit

Permalink
Bring FileDelete to parity
Browse files Browse the repository at this point in the history
  • Loading branch information
qtbeee committed Jan 6, 2020
1 parent 957a7a1 commit f346164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Hedera/file/FileDeleteTransaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class FileDeleteTransaction: TransactionBuilder {

/// Set the file to delete
@discardableResult
public func setFile(_ id: FileId) -> Self {
public func setFileId(_ id: FileId) -> Self {
body.fileDelete.fileID = id.toProto()

return self
Expand Down

0 comments on commit f346164

Please sign in to comment.