+ notify wallet created success

! bug-fixes
This commit is contained in:
Taegus
2018-12-17 17:46:04 +01:00
parent 1468eba97c
commit a6231ce16a
2 changed files with 10 additions and 4 deletions

View File

@@ -136,10 +136,10 @@ $(document).on("render_send", function() {
iziToast.success({
title: 'Sent',
message: 'Transaction was succesfully sent to the chain',
message: 'Transaction was successfully sent to the chain',
position: 'topRight',
timeout: 5000
});
});
}
);
}