Skip to content

Commit

Permalink
Clarify that MinBaseFee is in stroops. (#3352)
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
Co-authored-by: George <[email protected]>
Co-authored-by: Paul Bellamy <[email protected]>
  • Loading branch information
4 people authored May 24, 2021
1 parent a11d444 commit 0ea183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txnbuild/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/stellar/go/xdr"
)

// MinBaseFee is the minimum transaction fee for the Stellar network.
// MinBaseFee is the minimum transaction fee for the Stellar network of 100 stroops (0.00001 XLM).
const MinBaseFee = 100

// Account represents the aspects of a Stellar account necessary to construct transactions. See
Expand Down

0 comments on commit 0ea183c

Please sign in to comment.