|
|
@@ -124,7 +124,8 @@ impl ZkContractTable {
|
|
|
// ANCHOR: transaction
|
|
|
pub struct Transaction {
|
|
|
pub func_calls: Vec<FuncCall>,
|
|
|
- // TODO: MUST be Vec<Vec<Signature>>, this is wrong
|
|
|
+ // TODO: this is wrong. It should be Vec<Vec<Signature>>
|
|
|
+ // each Vec<Signature> correspond to ONE function call
|
|
|
pub signatures: Vec<Signature>,
|
|
|
}
|
|
|
// ANCHOR_END: transaction
|