Skip to content

Commit

Permalink
Auto-build folder html
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed May 14, 2024
1 parent ca4115e commit 996579f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions html/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9893,8 +9893,8 @@ class HistoryComponent {
var _a;
const { remote_addresses, employed_entries: { receive, spent }, subtransfers, fee } = transaction;
const condition1 = remote_addresses === null || remote_addresses === void 0 ? void 0 : remote_addresses.includes((_a = this.variablesService.currentWallet) === null || _a === void 0 ? void 0 : _a.address);
const condition2 = [...receive, ...spent].map(({ asset_id }) => asset_id === _parts_data_assets__WEBPACK_IMPORTED_MODULE_2__.zanoAssetInfo.asset_id).every(Boolean);
const condition3 = subtransfers.length === 1 && subtransfers[0].asset_id === _parts_data_assets__WEBPACK_IMPORTED_MODULE_2__.zanoAssetInfo.asset_id && subtransfers[0].amount.eq(fee);
const condition2 = [...(receive !== null && receive !== void 0 ? receive : []), ...(spent !== null && spent !== void 0 ? spent : [])].map(({ asset_id }) => asset_id === _parts_data_assets__WEBPACK_IMPORTED_MODULE_2__.zanoAssetInfo.asset_id).every(Boolean);
const condition3 = (subtransfers === null || subtransfers === void 0 ? void 0 : subtransfers.length) === 1 && subtransfers[0].asset_id === _parts_data_assets__WEBPACK_IMPORTED_MODULE_2__.zanoAssetInfo.asset_id && subtransfers[0].amount.eq(fee);
return condition1 && condition2 && condition3;
}
init() {
Expand Down
2 changes: 1 addition & 1 deletion html/main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions html/polyfills.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/polyfills.js.map

Large diffs are not rendered by default.

0 comments on commit 996579f

Please sign in to comment.