Fix create_account method
Create_account
method now creates new account and transfer funds in single transaction. Separating these two steps (as before) caused random fails on CI.
Edited by Mateusz Kudela
Create_account
method now creates new account and transfer funds in single transaction. Separating these two steps (as before) caused random fails on CI.