andromedaprotocol/andromeda-core

[1.0.rc-1] Remove Unwanted Timestamp Query From CW20-Staking

Closed this issue · 0 comments

Description

In CW20-Staking ADO there is a Timestamp query that is not needed and should be removed:

 /// Queries the current timestamp.
    #[returns(u64)]
    Timestamp {},

Acceptance Criteria

  • Query and implementation no longer found in the CW2O-Staking ADO.