Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-1247 - changed proto to use bytes for state instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
paularchard committed Mar 15, 2019
1 parent f7692e0 commit 1cfe3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/pbft.proto
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ message pbft_membership_msg
string state_hash = 4;

// for set_state
string state_data = 5;
bytes state_data = 5;
bzn_envelope newview_msg = 6;
}

Expand Down

0 comments on commit 1cfe3aa

Please sign in to comment.