Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
Co-authored-by: Ismail Khoffi <[email protected]>
  • Loading branch information
evan-forbes and liamsi authored May 13, 2022
1 parent efdf2d6 commit a063a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/split_shares.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func SplitShares(txConf client.TxConfig, squareSize uint64, data *core.Data) ([]
continue
}

// write the tx to the square if it normal
// skip txs that don't contain messages
if !hasWirePayForData(authTx) {
success, err := sqwr.writeTx(rawTx)
if err != nil {
Expand Down

0 comments on commit a063a95

Please sign in to comment.