stellar-deprecated / stellar_core_commander

A system of creating isolated Stellar test networks into which you can play transactions and record results.
Apache License 2.0
19 stars 27 forks source link

Fix thresholds helper, extract `set_master_signer_weight` #40

Closed nullstyle closed 9 years ago

nullstyle commented 9 years ago

This PR modifies the set_options recipe step to be compatible with the latest form of the SetOptionsOp xdr struct. In addition, it extracts a recipe step called set_master_signer_weight for more ease of use. Finally, we add an example recipe that exercises. all the set_options related helpers.

graydon commented 9 years ago

:+1: