Closed rvanasa closed 7 months ago
This PR addresses a compiler warning from using Array.append in the Principal.toLedgerAccount function. I also updated the CI to detect unintended compiler warnings when importing any base library module.
Array.append
Principal.toLedgerAccount
Closing (merged #630).
This PR addresses a compiler warning from using
Array.append
in thePrincipal.toLedgerAccount
function. I also updated the CI to detect unintended compiler warnings when importing any base library module.