You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since NBitcoin > 7.0.24, it's not possible anymore to perform BitcoinStream.ReadWrite(ref byte[])
error CS0311: The type 'byte[]' cannot be used as type parameter 'T' in the generic type or method 'BitcoinStream.ReadWrite<T>(ref T)'. There is no implicit reference conversion from 'byte[]' to 'NBitcoin.IBitcoinSerializable'
Is it normal?
The text was updated successfully, but these errors were encountered:
Hello beautiful devs,
Since
NBitcoin > 7.0.24
, it's not possible anymore to performBitcoinStream.ReadWrite(ref byte[])
Is it normal?
The text was updated successfully, but these errors were encountered: