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

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

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