properly print transactions with empty data (#389)
This commit is contained in:
parent
634fdd435e
commit
3266b339c4
|
@ -73,7 +73,7 @@ const toInstruction = async (
|
|||
index: number,
|
||||
) => {
|
||||
if (
|
||||
!instruction?.data ||
|
||||
instruction?.data == null ||
|
||||
!instruction?.accounts ||
|
||||
!instruction?.programIdIndex
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue