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

Commit

Permalink
Merge branch 'devel' into task/ebruck/KEP-828
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruck committed Dec 13, 2018
2 parents 6c40e68 + d60b113 commit 64c4b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/database.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ message database_msg
message database_header
{
string db_uuid = 1;
uint64 nonce = 2;
uint64 nonce = 2 [jstype = JS_STRING];
}

message database_create
Expand Down

0 comments on commit 64c4b0a

Please sign in to comment.