aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-07-04 11:39:06 +1000
committerGitHub <noreply@github.com>2019-07-04 11:39:06 +1000
commita36c509c91ea9319f000819889830d3cafe23f02 (patch)
tree2bbc24f333e30ee59f78020fe3fc62a1bce8d6e1 /src/index.html
parent06cd4e7608f88a5b43d5e783fd1dc51650e190a1 (diff)
parentad59508d7c4ecb487182d0d3306f01ffb4e48fb8 (diff)
downloadBIP39-a36c509c91ea9319f000819889830d3cafe23f02.tar.gz
BIP39-a36c509c91ea9319f000819889830d3cafe23f02.tar.zst
BIP39-a36c509c91ea9319f000819889830d3cafe23f02.zip
Merge pull request #287 from sui77/master
XLM Stellar Lumens
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 9df24fe..bd34b55 100644
--- a/src/index.html
+++ b/src/index.html
@@ -942,6 +942,7 @@
942 <script src="js/biginteger.js"></script> 942 <script src="js/biginteger.js"></script>
943 <script src="js/zxcvbn.js"></script> 943 <script src="js/zxcvbn.js"></script>
944 <script src="js/entropy.js"></script> 944 <script src="js/entropy.js"></script>
945 <script src="js/stellar-util.js"></script>
945 <script src="js/index.js"></script> 946 <script src="js/index.js"></script>
946 </body> 947 </body>
947</html> 948</html>