-
Daniele Nicolodi authored
Matching the accounts with a regular expression allows to extract all the records with only one BQL query thus not requiring multiple iterations through the transactions in the ledger. The regular expression could be further optimized, see Emacs regexp-opt function, but it is probably not worth the effort.
Daniele Nicolodi authoredMatching the accounts with a regular expression allows to extract all the records with only one BQL query thus not requiring multiple iterations through the transactions in the ledger. The regular expression could be further optimized, see Emacs regexp-opt function, but it is probably not worth the effort.