We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d272a25 commit 0362722Copy full SHA for 0362722
x/payment/types/payfordata.go
@@ -88,7 +88,7 @@ func BuildPayForDataTxFromWireTx(
88
return nil, err
89
}
90
if len(origSigs) != 1 {
91
- return nil, fmt.Errorf("unexpected number of signers: %d", len(origSigs))
+ return nil, fmt.Errorf("unexpected number of signatures: %d", len(origSigs))
92
93
94
newSig := signing.SignatureV2{
0 commit comments