mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
Forfeit transactions: signing process (#81)
* sign forfeit transactions * revert txid + move SignVtxos func * Fix nolint * Fix * fix connectorsToInputArgs function --------- Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ func parseTxs(txs []string) ([]string, error) {
|
||||
}
|
||||
for _, tx := range txs {
|
||||
if _, err := psetv2.NewPsetFromBase64(tx); err != nil {
|
||||
return nil, fmt.Errorf("invalid tx format")
|
||||
return nil, fmt.Errorf("invalid tx format %s", err)
|
||||
}
|
||||
}
|
||||
return txs, nil
|
||||
|
||||
Reference in New Issue
Block a user