mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-31 19:39:06 +00:00
commit
2ff92c17cd
2 changed files with 2 additions and 2 deletions
|
@ -1003,7 +1003,7 @@ class EpicCashWallet extends CoinServiceAPI
|
|||
|
||||
/// Set this attribute to `true` if do not need any ping/pong
|
||||
/// messages and ping measurement. Default is `false`
|
||||
pingRestrictionForce: false,
|
||||
pingRestrictionForce: true,
|
||||
);
|
||||
|
||||
final IMessageProcessor<String, String> textSocketProcessor =
|
||||
|
|
|
@ -11,7 +11,7 @@ description: Stack Wallet
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.5.44+131
|
||||
version: 1.5.45+132
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue