Skip to content

Commit fe6f108

Browse files
committed
Fix explorer crash on unknown txn field.
1 parent 5856962 commit fe6f108

File tree

3 files changed

+6
-101
lines changed

3 files changed

+6
-101
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/algorand/node-ui
33
go 1.16
44

55
require (
6-
github.com/algorand/go-algorand-sdk v1.16.0
6+
github.com/algorand/go-algorand-sdk v1.20.0
77
github.com/calyptia/go-bubble-table v0.1.0
88
github.com/charmbracelet/bubbles v0.10.3
99
github.com/charmbracelet/bubbletea v0.20.0

0 commit comments

Comments
 (0)