mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
added missing get_farmed_amount (#547)
This commit is contained in:
parent
ac1f1f4136
commit
ec64bddae3
@ -18,6 +18,7 @@ import {
|
||||
did_get_did,
|
||||
pingWallet,
|
||||
getNetworkInfo,
|
||||
get_farmed_amount,
|
||||
} from '../modules/message';
|
||||
|
||||
import { offerParsed, resetTrades } from '../modules/trade';
|
||||
@ -119,6 +120,7 @@ async function get_wallet_transactions(store, id) {
|
||||
}
|
||||
|
||||
async function get_wallet_balance(store, id) {
|
||||
store.dispatch(get_farmed_amount());
|
||||
store.dispatch(get_balance_for_wallet(id));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user