Skip to content

Commit

Permalink
syle(docs): align code
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuukis committed Jul 31, 2019
1 parent bf1e47b commit 262aec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/building-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The returned transaction will contain the sequence number of the source account.
var account=new StellarBase.Account("GD6WU64OEP5C4LRBH6NK3MHYIA2ADN6K6II6EXPNVUR3ERBXT4AN4ACD","2319149195853854");

var transaction = new StellarBase.TransactionBuilder(account, {
fee: StellarBase.BASE_FEE,
networkPassphrase: Networks.TESTNET
fee: StellarBase.BASE_FEE,
networkPassphrase: Networks.TESTNET
})
// add a payment operation to the transaction
.addOperation(StellarBase.Operation.payment({
Expand Down

0 comments on commit 262aec1

Please sign in to comment.