mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-22 01:02:06 -07:00
fix(IPFS): Changing address used for this repo
This commit is contained in:
@@ -25,7 +25,7 @@ class Footer extends React.Component {
|
||||
|
||||
async componentDidMount () {
|
||||
try {
|
||||
const addr = 'bitcoincash:qq8mk8etntclfdkny2aknh4ylc0uaewalszh5eytnr'
|
||||
const addr = 'bitcoincash:qqwdv3hkmvd5vk0uhwqrqnef54542e5ctvy3ppt0nq'
|
||||
const hash = await _this.memoGet.read(addr)
|
||||
console.log(`hash: ${hash}`)
|
||||
this.setState({
|
||||
|
||||
Reference in New Issue
Block a user