Skip to content

Added changed_recovery_account vop after an account recovery is executed

Howo requested to merge feature/change_recovery_account_update_vop into develop

fixes #102 (closed)

test suite:

create_account "initminer" "howo" "" true

create_account "initminer" "howonewrec" "" true

transfer_to_vesting initminer howo "100.000 TESTS" true

change_recovery_account "howo" "howonewrec" true

transfer initminer howo "2500.000 TESTS" "" true

get_account_history howo 100 100

Should output:

 1     8          aed7ee59069f545179c8f7d121ede55b2574b954 transfer_to_vesting  {"from":"initminer","to":"howo","amount":"100.000 TESTS"}
 2     9          bd08224bb334c85c103bfb74e46ca0ad3ee8aec1 change_recovery_account {"account_to_recover":"howo","new_recovery_account":"howonewrec","extensions":[]}
 3     10         8c7f4c156b3ba568c6f0fe340879654f41879c20 transfer             {"from":"initminer","to":"howo","amount":"2500.000 TESTS","memo":""}
 4     28         0000000000000000000000000000000000000000 changed_recovery_account {"account":"howo","old_recovery_account":"initminer","new_recovery_account":"howonewrec"}
Edited by Howo

Merge request reports