Skip to content

Commit

Permalink
Update PageBlock.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwheels authored Apr 7, 2020
1 parent 5a492fb commit 3c48699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import axios from "axios"
import createHash from "create-hash"
import varint from "varint"
import b64 from "base64-js"
import { decodeBase64, decodeTx } from "../scripts/tx"
import { decodeBase64, decodeTx, decodeST } from "../scripts/tx"
import PartTxData from './PartTxData'
import { TmListItem, TmPage, TmPart, TmToolBar } from "@tendermint/ui"
Expand Down

0 comments on commit 3c48699

Please sign in to comment.