On Thursday, 22 October 2020 at 19:34:18 UTC, donallen wrote: > struct Account > { > string name; > string path; > string guid; > string commodity_guid; > int flags; > } Why did you call walk_account_tree on this, what does it do? Account has no pointers?