Skip to content

Commit

Permalink
Update terminal.go
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanhide committed Dec 4, 2021
1 parent 7bb6eae commit eaa0780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func MemoSymbol(tx data.Transaction) string {
return BoolSymbol(len(tx.GetBase().Memos) > 0)
}

func SignSymbol(s data.Sigable) string {
func SignSymbol(s data.Signable) string {
valid, err := data.CheckSignature(s)
return BoolSymbol(!valid || err != nil)
}
Expand Down

0 comments on commit eaa0780

Please sign in to comment.