Add more flags to help with multisig

This commit is contained in:
Ethan Frey
2017-07-18 20:45:48 +02:00
parent 7b0934bf9f
commit a060bde1c4
4 changed files with 59 additions and 4 deletions
+1
View File
@@ -73,6 +73,7 @@ func ValidateResult(res *ctypes.ResultBroadcastTxCommit) error {
// If app is not specified or "", then assume auth.NameSigs
func ParseAddress(input string) (res basecoin.Actor, err error) {
chain, app := "", auth.NameSigs
input = strings.TrimSpace(input)
spl := strings.SplitN(input, ":", 3)
if len(spl) == 3 {