We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c57c2 commit 1d9714cCopy full SHA for 1d9714c
smartpy/bmc/contracts/src/RLP_decode_struct.py
@@ -32,7 +32,7 @@ def decode_bmc_message(self, rlp):
32
return sp.record(src=temp_map_string.get("src"),
33
dst=temp_map_string.get("dst"),
34
svc=temp_map_string.get("svc"),
35
- sn=sp.to_int(temp_int.value),
+ sn=temp_int.value,
36
message=temp_byt.value)
37
38
0 commit comments