This commit is contained in:
Sina Mahmoodi 2024-01-11 15:22:15 +03:30
parent 5b85d6c9e6
commit 6313a9dff6

View file

@ -1846,7 +1846,7 @@ func (s *TransactionAPI) FillTransaction(ctx context.Context, args TransactionAr
} }
// Assemble the transaction and obtain rlp // Assemble the transaction and obtain rlp
tx := args.toTransaction() tx := args.toTransaction()
// TODO: fill in blob proofs, commitments // TODO(s1na): fill in blob proofs, commitments
data, err := tx.MarshalBinary() data, err := tx.MarshalBinary()
if err != nil { if err != nil {
return nil, err return nil, err