Block parser
[NovacoinLibrary.git] / Novacoin / VarInt.cs
index d4c3168..ee6652d 100644 (file)
@@ -126,7 +126,7 @@ namespace Novacoin
         /// </summary>
         /// <param name="wBytes"></param>
         /// <returns></returns>
-        public static ulong ReadVarInt(WrappedList<byte> wBytes)
+        public static ulong ReadVarInt(ref WrappedList<byte> wBytes)
         {
             byte prefix = wBytes.GetItem();