Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: add bank name to bank_info struct
Problem: the bank_info struct does not contain the name of the bank in the struct, which can make it more tedious to find the name of the bank because you have to look at the key of the map in order to find it. It would be more convenient if the name was also in the struct. Add the bank name to the struct attached with each user/bank combination.
- Loading branch information