Skip to content

Commit

Permalink
Merge branch 'stamp-indexing' of github.com:ethersphere/bee into stam…
Browse files Browse the repository at this point in the history
…p-indexing
  • Loading branch information
acud committed Jun 4, 2021
2 parents decd1e7 + 2a5bc26 commit b6d1637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/postage/postagecontract/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (c *postageContract) sendCreateBatchTransaction(ctx context.Context, owner

txHash, err := c.transactionService.Send(ctx, request)
if err != nil {
return nil, fmt.Errorf("send: depth %d bucketDepth %d immutable %t: %w", depth, bucketDepth, immutable, err)
return nil, fmt.Errorf("send: depth %d bucketDepth %d immutable %t: %w", depth, BucketDepth, immutable, err)
}

receipt, err := c.transactionService.WaitForReceipt(ctx, txHash)
Expand Down

0 comments on commit b6d1637

Please sign in to comment.