Skip to content

Commit

Permalink
Merge pull request #6 from tangem/BSS-104_WalletConnect
Browse files Browse the repository at this point in the history
BSS-104
  • Loading branch information
Andoran90 committed Apr 15, 2021
2 parents 150d60b + 6e70c29 commit 8aae80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlockchainSdk/Common/WalletManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public class WalletManager {
}

private func validateAmountValue(_ amount: Amount) -> Bool {
return amount.value > 0
return amount.value >= 0
}

private func validateAmountTotal(_ amount: Amount) -> Bool {
Expand Down

0 comments on commit 8aae80c

Please sign in to comment.