File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ func TestTapLeafEncoding(t *testing.T) {
558558 }
559559}
560560
561- // TestTapBranchEncodings asserts that we can properly encode and decode
561+ // TestTapBranchEncoding asserts that we can properly encode and decode
562562// tapBranches, and that invalid slices of byte slices are rejected.
563563func TestTapBranchEncoding (t * testing.T ) {
564564 tests := []struct {
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ func TestSplitCommitment(t *testing.T) {
909909 }
910910}
911911
912- // TestTapCommitmentPopulation tests a series of invariants related to the
912+ // TestTapCommitmentKeyPopulation tests a series of invariants related to the
913913// Taproot Asset commitment key.
914914func TestTapCommitmentKeyPopulation (t * testing.T ) {
915915 type assetDescription struct {
Original file line number Diff line number Diff line change @@ -4447,7 +4447,7 @@ func marshalMssmtNode(node mssmt.Node) *unirpc.MerkleSumNode {
44474447 }
44484448}
44494449
4450- // marshallUniverseRoot marshals the universe root into the RPC counterpart.
4450+ // marshalUniverseRoot marshals the universe root into the RPC counterpart.
44514451func marshalUniverseRoot (node universe.Root ) (* unirpc.UniverseRoot , error ) {
44524452 // There was no old base root, so we'll just return a blank root.
44534453 if node .Node == nil {
You can’t perform that action at this time.
0 commit comments