fetch transaction history

This commit is contained in:
Craig Raw
2020-05-30 11:22:51 +02:00
parent c115f6e729
commit 331b83f7a0
8 changed files with 466 additions and 2 deletions
+4
View File
@@ -12,5 +12,9 @@ open module com.sparrowwallet.sparrow {
requires com.google.gson;
requires com.google.zxing;
requires com.google.zxing.javase;
requires simple.json.rpc.client;
requires simple.json.rpc.core;
requires org.jetbrains.annotations;
requires com.fasterxml.jackson.databind;
requires javafx.swing;
}