We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5245a6 commit 218ccaeCopy full SHA for 218ccae
src/components/footer/index.js
@@ -25,7 +25,7 @@ class Footer extends React.Component {
25
26
async componentDidMount () {
27
try {
28
- const addr = 'bitcoincash:qq8mk8etntclfdkny2aknh4ylc0uaewalszh5eytnr'
+ const addr = 'bitcoincash:qqwdv3hkmvd5vk0uhwqrqnef54542e5ctvy3ppt0nq'
29
const hash = await _this.memoGet.read(addr)
30
console.log(`hash: ${hash}`)
31
this.setState({
0 commit comments