fix(moveTokens): Moved from order use-case to wallet adapter

This commit is contained in:
Chris Troutner
2022-03-21 14:03:40 -07:00
parent 8ed1dbcffe
commit 810d386dbc
8 changed files with 177 additions and 104 deletions
+2 -1
View File
@@ -126,7 +126,8 @@ const wallet = {
getKeyPair: async () => {
return { cashAddress: 'fakeAddr', wif: 'fakeWif', hdIndex: 1 }
},
bchWallet: new MockBchWallet()
bchWallet: new MockBchWallet(),
moveTokens: async () => {}
}
const p2wdb = {