stakevrun / db

GNU Affero General Public License v3.0
0 stars 0 forks source link

Deduplicate code in srv.js for AddValidators #25

Open xrchz opened 3 months ago

xrchz commented 3 months ago

The code for CreateKey and all the other instructions that AddValidators is a shortcut for is mostly duplicated in their individual handlers and in AddValidators itself. This issue is to deduplicate it by abstracting out common functionality.