From 5501ee1e2afa031e1ff36ad98ddd31a97eb6a93d Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 19 Feb 2022 02:05:25 +0530 Subject: [PATCH] Update StdOps Major update - Senders can send multiple tx at the same time, as long as enough utxos available --- index.html | 5954 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 3965 insertions(+), 1989 deletions(-) diff --git a/index.html b/index.html index 3bd5e4e..ebd6b51 100644 --- a/index.html +++ b/index.html @@ -1758,7 +1758,6 @@ /*# sourceMappingURL=main.css.map */ - +
@@ -2873,158 +2873,204 @@ } - - + + - + + + - - + compactIDB.initDB("FLOwebWallet", IDBObjects) + .then(result => console.log(result)) + .catch(error => console.log(error)) + + createAllCards(); + setElements(); + } +