Commit graph

1 commit

Author SHA1 Message Date
cui
217506364d
accounts: fix missing wallet drop (#35133)
The drop helper uses sort.Search on the sorted wallet list, but the
returned index can point at the next greater wallet when the target URL
is missing. Fix this by rewriting the drop to use slices.DeleteFunc and a map.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2026-07-03 14:50:59 +02:00