Skip to content

Moved place of broadcasting account_created_operation vops for genesis account

Krzysztof Mochocki requested to merge km_genesis_accounts_fix into develop

moved before processing hardforks, to fix order of vops in testnet.

fixed from:

  • genesis accounts are created
  • ops and vops from hf are pushed
  • vops from creation of genesis accounts are broadcasted

into:

  • genesis accounts are created
  • vops from creation of genesis accounts are broadcasted
  • ops and vops from hf are pushed

additionally cleaned up trailing spaces in database.cpp file

@bwrona @ABW @Ickiewicz

Edited by Krzysztof Mochocki

Merge request reports