You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't keep all wallets in RAM (only keep names), load them as they are needed. This will slow down PSBT parsing, but will work with any number of wallets. To speed up things maybe makes sense to off-load them to SDRAM instead of MCU internal RAM.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Expected behaviour:
Solution:
Don't keep all wallets in RAM (only keep names), load them as they are needed. This will slow down PSBT parsing, but will work with any number of wallets. To speed up things maybe makes sense to off-load them to SDRAM instead of MCU internal RAM.
The text was updated successfully, but these errors were encountered: