MCPcopy Create free account
hub / github.com/ElementsProject/elements / setMockTime

Method setMockTime

src/wallet/interfaces.cpp:553–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 void flush() override { return FlushWallets(m_context); }
552 void stop() override { return StopWallets(m_context); }
553 void setMockTime(int64_t time) override { return SetMockTime(time); }
554
555 //! WalletLoader methods
556 std::unique_ptr<Wallet> createWallet(const std::string& name, const SecureString& passphrase, uint64_t wallet_creation_flags, bilingual_str& error, std::vector<bilingual_str>& warnings) override

Callers 1

setmocktimeFunction · 0.80

Calls 1

SetMockTimeFunction · 0.85

Tested by

no test coverage detected