mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
changed: view.update(mut self) to: view.update(&mut self) method now borrows 'self' mutably instead of consuming it.
changed: view.update(mut self) to: view.update(&mut self) method now borrows 'self' mutably instead of consuming it.