@typus/typus-sdk 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -502,7 +502,7 @@ function getMyBids(provider, typusFrameworkPackageId, packageId, registry, recei
|
|
|
502
502
|
return reader.read8();
|
|
503
503
|
}),
|
|
504
504
|
};
|
|
505
|
-
result[bidVault.index] = {
|
|
505
|
+
result[bidVault.index + "-" + bidVault.id] = {
|
|
506
506
|
bidVault: bidVault,
|
|
507
507
|
share: reader.read64(),
|
|
508
508
|
};
|