yangl1996 / prism-rust

Rust implementation of the Prism consensus protocol
MIT License
100 stars 19 forks source link

Change check_num_authorizations name #94

Open wgr523 opened 5 years ago

wgr523 commented 5 years ago

In validation, check_num_authorizations is for checking input owner and signature signer are the same. maybe should rename it to check_authorization_owner, also change the error name. Same in #68