Skip to content

Commit

Permalink
ReadMe,Backend(Caching): more FE branch removal
Browse files Browse the repository at this point in the history
This should have been done in [1].

[1] d971057
  • Loading branch information
knocte committed Oct 16, 2023
1 parent a164155 commit 553a08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Comparing our product to other wallets in terms of features, we would want to hi
| status.im | No | **Yes** | No | No | **Yes** |
| Edge | **Yes** | **Yes**? | No | No | No |
| WarpWallet | No | **Yes** | No | **Yes** | No |
| ![](https://raw.githubusercontent.com/knocte/geewallet/frontend/img/markdown/geewallet.svg?sanitize=true) | **YES** | **YES** | **YES** | **YES** | **YES** |
| ![](https://raw.githubusercontent.com/nblockchain/geewallet/master/img/markdown/geewallet.svg?sanitize=true) | **YES** | **YES** | **YES** | **YES** | **YES** |

*=With truly crossplatform we mean Mobile (both Android & iPhone) & Desktop (main OSs: Linux, macOS & Windows)

Expand Down Expand Up @@ -62,7 +62,7 @@ In the development side of things, we advocate for simplicity:

This list is the (intended) order of preference for new features:

- Xamarin.Forms frontends (in progress, see the 'frontend' branch)...
- Migration from Xamarin.Forms to MAUI (in progress, see the PR#199 or its successor).
- Switch from SegWit to native-SegWit (Bech32).
- Support for payment-channels & state-channels (in BTC/LTC via lightning, and in ETH/ETC/DAI via Connext)
- Automatic reminders for Seed/password checks to make sure user has not forgotten them (see https://twitter.com/takinbo/status/1201529679519330305 ).
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Backend/Caching.fs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ module Caching =
return None
}

let targetBranch = "frontend"
let targetBranch = "master"
let orgName1 = "nblockchain"
let orgName2 = "World"
let projName = "geewallet"
Expand Down

0 comments on commit 553a08f

Please sign in to comment.