fix(bch-message-lib): Refactoring to use new bch-message-lib

This commit is contained in:
Chris Troutner
2022-02-18 11:29:02 -08:00
3 changed files with 10468 additions and 13429 deletions
+10458 -13419
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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": [
+1 -1
View File
@@ -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.')
}