gen_tx for signing transactions

This commit is contained in:
Jae Kwon
2014-12-31 22:13:49 -08:00
parent 8a18a11431
commit 2fd137d9e5
10 changed files with 150 additions and 24 deletions

View File

@ -12,6 +12,7 @@ func init() {
log.SetHandler(
log15.LvlFilterHandler(
log15.LvlWarn,
//log15.LvlDebug,
log15.StreamHandler(os.Stderr, log15.LogfmtFormat()),
),
)