Be consistent in use of apostrophe

This commit is contained in:
ghubstan 2022-02-21 08:13:13 -03:00
parent 6e56660394
commit 464c5a81c9
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -892,7 +892,7 @@ message LockWalletReply {
message UnlockWalletRequest {
string password = 1; // The Bisq wallet's encryption password.
uint64 timeout = 2; // The Bisq wallet unlock time period, in seconds.
uint64 timeout = 2; // The Bisq wallet's unlock time period, in seconds.
}
message UnlockWalletReply {