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
+10466
-13427
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fullstack-gatsby-theme-bch-wallet",
|
"name": "fullstack-gatsby-theme-bch-wallet",
|
||||||
"description": "A GatsbyJS Theme with AdminLTE integration and basic Bitcoin Cash wallet functionality.",
|
"description": "A GatsbyJS Theme with AdminLTE integration and basic Bitcoin Cash wallet functionality.",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class Memo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (BchMessage) {
|
if (BchMessage) {
|
||||||
this.bchMessage = new BchMessage({ bchjs: this.bchjs })
|
this.bchMessage = new BchMessage({ wallet: this.wallet })
|
||||||
} else {
|
} else {
|
||||||
console.error('Could not access bch-message-lib library.')
|
console.error('Could not access bch-message-lib library.')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user