Skip to content

Draft: [refactor] rename coin.Add/Adds to be safe/unsafe

Son of Odin requested to merge odin/coin-adds into develop

Renaming the current coins.Add --> coins.AddUnsafe and coins.Adds --> coins.AddsUnsafe

Also creating new coins.Add and coins.Adds functions which are safe

Merge request reports