prosopo / protocol

GNU General Public License v3.0
3 stars 4 forks source link

Rename storage struct in contract #359

Closed forgetso closed 1 year ago

forgetso commented 1 year ago

Contract has changed name to captcha. Storage struct probably should as well.

    // Contract storage
    #[ink(storage)]
    pub struct Prosopo {
        admin: AccountId, //

    impl Prosopo {
        /// Constructor
        #[ink(constructor, payable)]
        pub fn new(