update offering initial output
This commit is contained in:
parent
da26864cba
commit
a73dff52df
1 changed files with 1 additions and 1 deletions
|
|
@ -2347,7 +2347,7 @@ fn ido_add_tx(context: &IdoContext, tx: &Transaction) -> Result<IdoAddResult> {
|
||||||
print_updates(&updates);
|
print_updates(&updates);
|
||||||
Ok(IdoAddResult {
|
Ok(IdoAddResult {
|
||||||
updates,
|
updates,
|
||||||
next_output_index: 0, // offering utxo
|
next_output_index: 1, // offering utxo
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
let ready = is_preinit_state_ready_to_init(preinit_state);
|
let ready = is_preinit_state_ready_to_init(preinit_state);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue