multi: fix some function names in interface comment

Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
This commit is contained in:
chuangjinglu
2024-11-23 13:15:22 +08:00
parent 94f7ed46de
commit bcfd8d5b47
4 changed files with 6 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ type MockInput struct {
// Compile time assertion that MockInput implements Input.
var _ Input = (*MockInput)(nil)
// Outpoint returns the reference to the output being spent, used to construct
// OutPoint returns the reference to the output being spent, used to construct
// the corresponding transaction input.
func (m *MockInput) OutPoint() wire.OutPoint {
args := m.Called()