diff --git a/Source/TonSwift/Contracts/SendMode.swift b/Source/TonSwift/Contracts/SendMode.swift index 72eb289..86257db 100644 --- a/Source/TonSwift/Contracts/SendMode.swift +++ b/Source/TonSwift/Contracts/SendMode.swift @@ -30,7 +30,7 @@ public struct SendMode { /// Flags to send all available Toncoins public static func sendMaxTon() -> Self { - return SendMode(payMsgFees: false, ignoreErrors: false, value: .sendRemainingBalance) + return SendMode(payMsgFees: false, ignoreErrors: true, value: .sendRemainingBalance) } }