Block Chain Transactions, Commits multiple parts version
[iotcloud.git] / version2 / src / java / iotcloud / NewKey.java
index 0970016c322595bcc342e9c1ba0c863c8393e805..3e53a1c4750244f025462cec63971a951508dbd1 100644 (file)
@@ -27,6 +27,10 @@ class NewKey extends Entry {
                return key;
        }
 
+       public void setSlot(Slot s) {
+               parentslot = s;
+       }
+
        static Entry decode(Slot slot, ByteBuffer bb) {
                int keylength = bb.getInt();
                byte[] key = new byte[keylength];