Skip to content

Commit 9156970

Browse files
chore: fix some function names
Signed-off-by: murongshaozong <[email protected]>
1 parent 39c1f27 commit 9156970

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asset/asset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
563563
func TestTapBranchEncoding(t *testing.T) {
564564
tests := []struct {

commitment/commitment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
914914
func TestTapCommitmentKeyPopulation(t *testing.T) {
915915
type assetDescription struct {

rpcserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
44514451
func 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 {

0 commit comments

Comments
 (0)