Skip to content

Commit

Permalink
HF 30 - NFT fixes - small, but significant...
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Jun 1, 2024
1 parent 4cee597 commit b4d9e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/redux/FetchDataSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function* fetchState(location_change_action) {
state.witnesses[uname] = yield call([api, api.getWitnessByAccountAsync], uname)
break
case 'nft-history':
const nftHistory = yield call([api, api.getAccountHistoryAsync], uname, -1, 1000, {select_ops: ['nft_token', 'nft_transfer', 'nft_buy', 'nft_cancel_order', 'nft_token_sold']})
const nftHistory = yield call([api, api.getAccountHistoryAsync], uname, -1, 1000, {select_ops: ['nft_token', 'nft_transfer', 'nft_buy', /*'nft_cancel_order',*/ 'nft_token_sold']})
account.nft_history = []

state.cprops = yield call([api, api.getChainPropertiesAsync])
Expand Down

0 comments on commit b4d9e0c

Please sign in to comment.