]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix sending transactions to hledger-web 1.23+
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 20 Jun 2023 19:29:19 +0000 (22:29 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 20 Jun 2023 19:29:19 +0000 (22:29 +0300)
it was a simple omission in the sending code :/

app/src/main/java/net/ktnx/mobileledger/async/SendTransactionTask.java

index 79a58173f10e502d11dfbd752fcfdef355aeb4b3..7c7e39e3634a975cae4c8c230252d1f4156c5fb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2021 Damyan Ivanov.
+ * Copyright © 2023 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -275,6 +275,7 @@ public class SendTransactionTask extends Thread {
                 case v1_14:
                 case v1_15:
                 case v1_19_1:
+                case v1_23:
                     sendOK(profileApiVersion);
                     break;
                 default: