1
0
Fork 0
forked from lthn/blockchain

crypto: point_t ctor minor fix

This commit is contained in:
sowle 2021-04-24 05:18:14 +03:00
parent ebffb92877
commit 730328e87a
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -429,7 +429,7 @@ namespace crypto
zero();
}
explicit point_t(tag_zero&)
explicit point_t(tag_zero&&)
{
zero();
}