Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2107015

Browse files
committed
Fix 'exported method OpenBazaarNode.GetOrder should have comment or be unexported'
1 parent ea231a0 commit 2107015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/order.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const (
7878
CryptocurrencyPurchasePaymentAddressMaxLength = 512
7979
)
8080

81+
// GetOrder - provide API response order object by orderID
8182
func (n *OpenBazaarNode) GetOrder(orderID string) (*pb.OrderRespApi, error) {
8283
var (
8384
err error

0 commit comments

Comments
 (0)