Skip to content

Commit 8dcae25

Browse files
authored
feat: add target to payer (#247)
1 parent c95f005 commit 8dcae25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/xmtpv4/envelopes/envelopes.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ message ClientEnvelope {
3737
message PayerEnvelope {
3838
bytes unsigned_client_envelope = 1; // Protobuf serialized
3939
xmtp.identity.associations.RecoverableEcdsaSignature payer_signature = 2;
40+
uint32 target_originator = 3;
4041
}
4142

4243
// For blockchain envelopes, these fields are set by the smart contract

0 commit comments

Comments
 (0)