Skip to content

Commit

Permalink
da: submit - return ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jun 6, 2024
1 parent 77efbc7 commit 96e7f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (b *BitcoinDA) Submit(ctx context.Context, daBlobs []da.Blob, gasPrice floa
}
ids = append(ids, hash.CloneBytes())
}
return nil, nil
return ids, nil
}

// Validate validates Commitments against the corresponding Proofs. This should be possible without retrieving the Blobs.
Expand Down

0 comments on commit 96e7f14

Please sign in to comment.