fix(getTransactions()): Added unit tests

This commit is contained in:
Chris Troutner
2022-01-28 08:03:35 -08:00
parent 27a9e9f3f3
commit efaffa8e0f
6 changed files with 109 additions and 10 deletions
+5 -1
View File
@@ -56,7 +56,8 @@ const localdb = {
const bchjs = {
Electrumx: {
transactions: () => {},
balance: () => {}
balance: () => {},
sortAllTxs: () => {}
},
Utxo: {
get: () => {}
@@ -69,6 +70,9 @@ const bchjs = {
},
encryption: {
getPubKey: () => {}
},
Util: {
chunk100: () => {}
}
}