hopefully fix rest of issues with netId addition
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
2cc751f9d2
commit
62f079608e
7 changed files with 12 additions and 12 deletions
|
@ -186,7 +186,7 @@ class TreesFactory {
|
|||
instances = new Map()
|
||||
|
||||
getService = (payload) => {
|
||||
const instanceName = `${payload.currency}_${payload.amount}`
|
||||
const instanceName = `${payload.netId}_${payload.currency}_${payload.amount}`
|
||||
if (this.instances.has(instanceName)) {
|
||||
return this.instances.get(instanceName)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue