Skip to content

Commit

Permalink
[trello.com/c/XEj672SB] fix: send funds from new account
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavDevIOS committed Dec 23, 2023
1 parent b0880c5 commit 9dc1d9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LiskKit/Sources/API/Transactions/TransactionEntity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ extension TransactionEntity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
if !self.command.isEmpty {
try visitor.visitSingularStringField(value: self.command, fieldNumber: 2)
}
if self.nonce != 0 {
try visitor.visitSingularUInt64Field(value: self.nonce, fieldNumber: 3)
}
try visitor.visitSingularUInt64Field(value: self.nonce, fieldNumber: 3)
if self.fee != 0 {
try visitor.visitSingularUInt64Field(value: self.fee, fieldNumber: 4)
}
Expand Down

0 comments on commit 9dc1d9f

Please sign in to comment.