Skip to content

Commit

Permalink
fix: test util func docs
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
evan-forbes and rootulp committed Sep 15, 2022
1 parent e812ad4 commit 3d2369b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/payment/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func generateRawSendTx(t *testing.T, txConfig client.TxConfig, signer *types.Key
return rawTx
}

// generateRawWirePFD creates a tx with a single MsgWirePayForData message using the provided namespace and message
// generateRawWirePFDTx creates a tx with a single MsgWirePayForData message using the provided namespace and message
func generateRawWirePFDTx(t *testing.T, txConfig client.TxConfig, ns, message []byte, signer *types.KeyringSigner, opts ...types.TxBuilderOption) (rawTx []byte) {
// create a msg
msg := generateSignedWirePayForData(t, ns, message, signer, opts, types.AllSquareSizes(len(message))...)
Expand Down

0 comments on commit 3d2369b

Please sign in to comment.