Updating IPFS checkpoint

This commit is contained in:
Chris Troutner
2020-12-18 15:18:11 -08:00
parent 4ea0e4a0d0
commit 5a412c0a0a
+1 -1
View File
@@ -35,7 +35,7 @@ class Footer extends React.Component {
async handleMemoService () { async handleMemoService () {
// This is a hard-coded hash or 'checkpoint' to use in times when the // This is a hard-coded hash or 'checkpoint' to use in times when the
// connection fails. // connection fails.
const hash = 'QmXhhzNZ3dcKEC1JE428zVVVfXuzqUAzpWdKf6wdfHPtEi' const hash = 'QmXT85Xoi7xMRD9m7Ta4Cx8Yrsd2WSzLrq2VRo26KW4xLu'
// Try to retrieve the hash from the BCH blockchain. // Try to retrieve the hash from the BCH blockchain.
try { try {