Esempio n. 1
0
        public void TestGetKey()
        {
            UserWalletAccount account = new UserWalletAccount(UInt160.Zero);

            Assert.AreEqual(null, account.GetKey());
        }
Esempio n. 2
0
        public void TestGetKey()
        {
            UserWalletAccount account = new UserWalletAccount(UInt160.Zero, ProtocolSettings.Default);

            Assert.AreEqual(null, account.GetKey());
        }