mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
fix(bch-message-lib): Refactoring to use new bch-message-lib
This commit is contained in:
Generated
+10458
-13419
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fullstack-gatsby-theme-bch-wallet",
|
||||
"description": "A GatsbyJS Theme with AdminLTE integration and basic Bitcoin Cash wallet functionality.",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"main": "index.js",
|
||||
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
||||
"contributors": [
|
||||
|
||||
@@ -43,7 +43,7 @@ class Memo {
|
||||
}
|
||||
|
||||
if (BchMessage) {
|
||||
this.bchMessage = new BchMessage({ bchjs: this.bchjs })
|
||||
this.bchMessage = new BchMessage({ wallet: this.wallet })
|
||||
} else {
|
||||
console.error('Could not access bch-message-lib library.')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user