mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-30 16:10:01 +01:00
docs: fix typos
This commit is contained in:
@@ -287,7 +287,7 @@ func TestTaprootSenderHtlcSpend(t *testing.T) {
|
||||
|
||||
// Valid spend with the revocation key, sighash all.
|
||||
{
|
||||
name: "revocation spend vaild sighash all",
|
||||
name: "revocation spend valid sighash all",
|
||||
witnessGen: htlcSenderRevocationWitnessGen(
|
||||
txscript.SigHashAll, htlcScriptTree,
|
||||
),
|
||||
@@ -296,7 +296,7 @@ func TestTaprootSenderHtlcSpend(t *testing.T) {
|
||||
|
||||
// Valid spend with the revocation key, sighash default.
|
||||
{
|
||||
name: "revocation spend vaild sighash default",
|
||||
name: "revocation spend valid sighash default",
|
||||
witnessGen: htlcSenderRevocationWitnessGen(
|
||||
txscript.SigHashDefault, htlcScriptTree,
|
||||
),
|
||||
@@ -306,7 +306,7 @@ func TestTaprootSenderHtlcSpend(t *testing.T) {
|
||||
// Valid spend with the revocation key, sighash single+anyone
|
||||
// can pay.
|
||||
{
|
||||
name: "revocation spend vaild sighash " +
|
||||
name: "revocation spend valid sighash " +
|
||||
"single|anyonecanpay",
|
||||
witnessGen: htlcSenderRevocationWitnessGen(
|
||||
txscript.SigHashSingle|
|
||||
|
||||
Reference in New Issue
Block a user