Merge pull request #2280 from BlueWallet/fix-ms-creation

FIX: animation on ms creation screen
This commit is contained in:
GLaDOS 2020-12-07 17:31:24 +00:00 committed by GitHub
commit d90fbc2da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,8 +131,12 @@ const WalletsAddMultisigStep2 = () => {
},
});
const onCreate = async () => {
const onCreate = () => {
setIsLoading(true);
setTimeout(_onCreate, 100);
};
const _onCreate = async () => {
const w = new MultisigHDWallet();
w.setM(m);
switch (format) {