Skip to content

Commit 4bbcd9f

Browse files
InvokeV3WithProof: change proof from uint32 to bytes
1 parent 77b8f0b commit 4bbcd9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p2p/proto/transaction.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ message InvokeV3 {
6767
// Used in consensus and mempool contexts where proof is included.
6868
message InvokeV3WithProof {
6969
InvokeV3 invoke = 1;
70-
repeated uint32 proof = 2;
70+
bytes proof = 2;
7171
}
7272

7373
// see https://external.integration.starknet.io/feeder_gateway/get_transaction?transactionHash=0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0

0 commit comments

Comments
 (0)