Add roles wrapper/tx/query command to basecoin
This commit is contained in:
@@ -55,5 +55,5 @@ func readPayer() (basecoin.Actor, error) {
|
||||
if payer == "" {
|
||||
return txcmd.GetSignerAct(), nil
|
||||
}
|
||||
return commands.ParseAddress(payer)
|
||||
return commands.ParseActor(payer)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user