OSDN Git Service

Support spend transaction with account or utxo (#72)
[bytom/bytom.git] / protocol / protocol.go
index 5107214..f91480e 100644 (file)
@@ -5,11 +5,12 @@ import (
        "sync"
        "time"
 
+       log "github.com/sirupsen/logrus"
+
        "github.com/bytom/errors"
        "github.com/bytom/protocol/bc"
        "github.com/bytom/protocol/bc/legacy"
        "github.com/bytom/protocol/state"
-       log "github.com/sirupsen/logrus"
 )
 
 // maxCachedValidatedTxs is the max number of validated txs to cache.