mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-28 08:11:08 +00:00
Explain more about serialized transactions
This commit is contained in:
parent
4b97b2fa4b
commit
7eed8235c2
@ -81,9 +81,9 @@ func send(conf *sendConfig) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if conf.Verbose {
|
if conf.Verbose {
|
||||||
fmt.Println("Serialized Transaction(s): ")
|
fmt.Println("Serialized Transaction(s) (can be parsed via the `parse` command or resent via `broadcast`): ")
|
||||||
for _, signedTx := range signedTransactions {
|
for _, signedTx := range signedTransactions {
|
||||||
fmt.Printf("\t%x\n", signedTx)
|
fmt.Printf("\t%x\n\n", signedTx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user