2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-03 23:15:24 +00:00

Issue #171 wallet balance reload

Issue #171 wallet balance reload
This commit is contained in:
ShahanaFarooqui 2019-07-27 20:37:13 -04:00
parent e89ca32109
commit 4492f2a18e
4 changed files with 4 additions and 3 deletions

View File

@ -8,5 +8,5 @@
<link rel="stylesheet" href="styles.95c3afc83be2d91ee834.css"></head>
<body>
<rtl-app></rtl-app>
<script src="runtime-es2015.703a23e48ad83c851e49.js" type="module"></script><script src="polyfills-es2015.2a0da12c7706d5c3e2aa.js" type="module"></script><script src="runtime-es5.465c2333d355155ec5f3.js" nomodule></script><script src="polyfills-es5.84431ea76d33490d0941.js" nomodule></script><script src="main-es2015.7a9b6c3237c1d92ddad5.js" type="module"></script><script src="main-es5.c018dbcea6ce8bc8a2ad.js" nomodule></script></body>
<script src="runtime-es2015.703a23e48ad83c851e49.js" type="module"></script><script src="polyfills-es2015.2a0da12c7706d5c3e2aa.js" type="module"></script><script src="runtime-es5.465c2333d355155ec5f3.js" nomodule></script><script src="polyfills-es5.84431ea76d33490d0941.js" nomodule></script><script src="main-es2015.f3ed8afbd734debbc7e8.js" type="module"></script><script src="main-es5.c680eff8bc41b7da9f33.js" nomodule></script></body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -849,6 +849,7 @@ export class RTLEffects implements OnDestroy {
map((postRes: any) => {
this.logger.info(postRes);
this.store.dispatch(new RTLActions.CloseSpinner());
this.store.dispatch(new RTLActions.FetchBalance('blockchain'));
return {
type: RTLActions.OPEN_ALERT,
payload: { data: {type: 'SUCCESS', titleMessage: 'Fund Sent Successfully!'} }